# 비-Verkada 카메라 해상도 변경하기

Command Connector를 통해 Command에 연결된 일부 Verkada 외 카메라는 특정 종횡비를 구현하거나 저장 효율을 높이기 위해 해상도 조정을 허용합니다. 이는 4K 및 피쉬아이 모델과 같은 광각 카메라에 특히 유용합니다.

#### 사용 사례

* **1:1 비율:** 일부 카메라 모델, 특히 멀티 센서 또는 파노라마 카메라는 기본 해상도가 16:9가 아닙니다. 1:1 비율로 설정하면 이러한 카메라의 이미지 무결성을 유지하는 데 도움이 될 수 있습니다.
* **성능:** 단일 고해상도 스트림 대신 여러 개의 저해상도 스트림을 사용하면 카메라와 네트워크 모두에서 대역폭과 처리 부하가 줄어듭니다.
* **저장 공간 절감:** 해상도를 낮추면 비디오 파일 크기가 줄어 Command Connector의 로컬 저장 공간이 덜 필요하고, 다른 연결된 카메라에 더 긴 보존 기간을 제공할 수 있습니다.
* **채널 최적화:** 여러 채널을 사용하는 카메라는 하나의 채널로 통합할 수 있어 동일한 Command Connector에서 새 카메라를 위한 용량이 확보됩니다.참조 [Verkada 외 카메라에서 저장 설정 변경](/command-connector/ko/configuration/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/a0b286bee1cba33bc26d7dc8472023a576939fe0" 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/ko/configuration/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.
