# 非-Verkada カメラの解像度を変更する

Command Connectorを介してCommandに接続された一部の非Verkadaカメラでは、特定のアスペクト比を達成したりストレージ効率を高めたりするために解像度の調整が可能です。これは4KやFisheyeのような広角カメラで特に有用です。

#### ユースケース

* **1:1比率：** 一部のカメラモデル、特にマルチセンサーやパノラマカメラはネイティブ解像度が16:9でないことがあります。1:1比率に設定すると、これらのカメラの画像の整合性を維持するのに役立ちます。
* **パフォーマンス：** 単一の高解像度ストリームの代わりに複数の低解像度ストリームを使用することで、カメラとネットワークの両方で帯域幅と処理負荷を削減できます。
* **ストレージの軽減：** 解像度を下げるとビデオファイルのサイズが小さくなり、Command Connector上のローカルストレージの使用量が減って、他の接続カメラの保存期間を延長できます。
* **チャネル最適化：** 複数チャネルを使用するカメラは単一チャネルに統合でき、同じCommand Connector上で新しいカメラのための容量を開放できます。参照 [非Verkadaカメラのストレージ設定を変更する](/command-connector/ja/gou-cheng/change-storage-settings-on-non-verkada-cameras.md) を参照してください。

***

## 構成

{% stepper %}
{% step %}
**Verkada Commandで、すべての製品 > カメラ に移動します。**
{% endstep %}

{% step %}
**構成するVerkada以外のチャネルを選択します。**
{% endstep %}

{% step %}
**右下の\[設定]をクリックします。**
{% endstep %}

{% step %}
**デバイス > ビデオストリーミング > HQ解像度 の下で、ドロップダウンを選択して解像度を変更します。**

<div align="left" data-with-frame="true"><img src="/files/1b03ef723d0523094efa5741cbe47cec210399ae" alt="" width="607"></div>
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
カスタムアスペクト比はHQ映像でのみ利用可能です。SQ映像については、Command Connectorが最適なストリーミングと保存を維持するために自動的にアスペクト比を調整します。
{% endhint %}

{% hint style="danger" %}
すべての非Verkadaカメラで全ての解像度が利用できるわけではありません。
{% endhint %}


---

# 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/gou-cheng/change-a-non-verkada-camera-resolution.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.
