# Prepare for a Command Connector Deployment

## Prerequisites and planning

* **Are the cameras IP-based?**
  * Analog cameras require an encoder to function (not recommended).
* **Are cameras on the** [Hardware Compatibility List](https://www.verkada.com/security-cameras/command-connector/hcl)?
  * If not, verify they support ONVIF Profile S or RTSP.
  * Use the [ONVIF Conformant Products](https://www.onvif.org/conformant-products/) tool to verify compatibility.
* **Do you have complete camera specifications?**
  * Camera type and model
  * Megapixel resolution
  * Encoding format
  * Number of video feeds
  * IP address and login credentials
* **Where are the cameras connected?**
  * Ideally, they should connect to the same network switch as the Command Connector.

***

## Device requirements

### Camera capabilities

* **Encoding format**: Only H.264 streams are supported.
* **Resolution**:
  * **≤ 5MP**: Recommended for optimal performance.
  * **8MP** = Supported, but reduces the number of cameras that can be connected per Command Connector.
  * **> 8MP** = May not be supported. Contact your Verkada Solutions Engineer for more information.
* **Multisensor cameras**: Require one license per video stream.
* **Login access**: Each camera must have a known IP address and admin credentials.

### Network setup

* Cameras must be on the same LAN as the Command Connector.
* Avoid configurations where cameras are only accessible through an NVR’s internal switch.
* IT resources:
  * [Network Requirements](/command-connector/getting-started/command-connector-network-settings.md)
  * [Local Streaming](/verkada-cameras/video-streaming-and-sharing/live-streaming/local-streaming-on-verkada-cameras.md)

***

## Sizing and licensing

Collaborate with your Verkada Partner or Sales Rep to determine:

* The number of Command Connectors required.
* Whether camera retention settings align with expected video usage and storage needs.

{% hint style="warning" %}
One **LIC-CAM** license is required per video stream.
{% endhint %}

***

## Physical installation

Each Command Connector is a 1RU rack-mount server and requires:

* AC power
* One network connection to the site switch
* (Optional) Alternative mounting solutions are available from third-party suppliers.

Reference: [Command Connector Install Guide (PDF)](https://docs.verkada.com/docs/Verkada-CC300-500-700-Command-Connector-Install-Guide.pdf).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.verkada.com/command-connector/installation/prepare-for-a-command-connector-deployment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
