# Change a non-Verkada Camera Resolution

Some non-Verkada cameras connected to Command through a Command Connector allow resolution adjustments to achieve a specific aspect ratio or increase storage efficiency. This is especially useful for wide-angle cameras, such as 4K and fisheye models.

#### Use cases

* **1:1 Ratio:** Some camera models, particularly multi-sensor or panoramic cameras, have a native resolution that isn’t 16:9. Setting a 1:1 ratio can help preserve image integrity for these cameras.
* **Performance:** Using multiple lower-resolution streams instead of a single high-resolution stream reduces bandwidth and processing load on both the camera and the network.
* **Storage Relief:** Lowering resolution decreases video file size, requiring less local storage on the Command Connector and enabling longer retention for other connected cameras.
* **Channel Optimization:** Cameras using multiple channels can be consolidated into a single channel, freeing up capacity for new cameras on the same Command Connector.See [Change Storage Settings on Non-Verkada Cameras](/command-connector/configuration/change-storage-settings-on-non-verkada-cameras.md) for more information.

***

## Configuration

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Cameras.**
{% endstep %}

{% step %}
**Select the non-Verkada channel you want to configure.**
{% endstep %}

{% step %}
**At the bottom right, click Settings.**
{% endstep %}

{% step %}
**Under Device > Video Streaming > HQ Resolution, select the dropdown to change the resolution.**

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

{% hint style="warning" %}
Custom aspect ratio is available only for HQ footage. For SQ footage, the Command Connector automatically adjusts the aspect ratio to maintain optimal streaming and storage.
{% endhint %}

{% hint style="danger" %}
Not all resolutions will be available for every non-Verkada camera.
{% 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/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.
