# Command Connector 導入の準備

## 前提条件と計画

* **カメラはIPベースですか？**
  * アナログカメラは動作にエンコーダが必要です（推奨されません）。
* **カメラは** [ハードウェア互換性リスト](https://www.verkada.com/security-cameras/command-connector/hcl)?
  * そうでない場合、ONVIF Profile S または RTSP をサポートしているか確認してください。
  * 使用してください [ONVIF Conformant Products](https://www.onvif.org/conformant-products/) ツールで互換性を確認します。
* **カメラの完全な仕様をお持ちですか？**
  * カメラの種類とモデル
  * メガピクセル解像度
  * エンコーディング形式
  * ビデオフィードの数
  * IPアドレスとログイン資格情報
* **カメラはどこに接続されていますか？**
  * 理想的には、Command Connector と同じネットワークスイッチに接続するべきです。

***

## デバイス要件

### カメラの機能

* **エンコーディング形式**：H.264 ストリームのみがサポートされています。
* **解像度**:
  * **≤ 5MP**：最適なパフォーマンスのために推奨されます。
  * **8MP** = サポートされていますが、Command Connector あたり接続可能なカメラ数が減少します。
  * **> 8MP** = サポートされない場合があります。詳細は Verkada のソリューションエンジニアにお問い合わせください。
* **マルチセンサーカメラ**：ビデオストリームごとにライセンスが1つ必要です。
* **ログインアクセス**：各カメラは既知のIPアドレスと管理者資格情報を持っている必要があります。

### ネットワーク設定

* カメラは Command Connector と同じ LAN 上にある必要があります。
* カメラが NVR の内部スイッチを通じてのみアクセス可能になる構成は避けてください。
* IT リソース：
  * [ネットワーク要件](/command-connector/ja/hajimeni/command-connector-network-settings.md)
  * [ローカルストリーミング](/verkada-cameras/ja/bideonosutorminguto/live-streaming/local-streaming-on-verkada-cameras.md)

***

## サイズとライセンス

必要な事項は Verkada パートナーまたは営業担当と協力して決定してください：

* 必要な Command Connector の数。
* カメラの保持設定が想定されるビデオ使用量とストレージ要件に一致しているかどうか。

{% hint style="warning" %}
1つの **LIC-CAM** ライセンスがビデオストリームごとに必要です。
{% endhint %}

***

## 物理的設置

各 Command Connector は 1RU のラックマウントサーバーで、以下が必要です：

* AC 電源
* サイトスイッチへのネットワーク接続が1つ
* （オプション）代替の取り付けソリューションはサードパーティの供給元から入手可能です。

参照： [Command Connector インストールガイド (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/ja/insutru/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.
