> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/verkada-cameras/configuration/view-and-edit-camera-settings/digital-zoom.md).

# Digital Zoom

Digital zoom allows users to focus on specific areas of interest in live or recorded footage, providing greater visibility without requiring physical camera adjustments.

***

## Use digital zoom

{% hint style="warning" %}
Digital zoom is different from [optical zoom](/verkada-cameras/configuration/view-and-edit-camera-settings/use-optical-zoom-and-auto-focus.md). For the best experience, set the live video quality to **HQ** and historical footage quality to **SQ with HQ motion**. See [Manage Camera Video Quality](/verkada-cameras/video-streaming-and-sharing/live-streaming/manage-camera-video-quality.md) for more information.
{% endhint %}

### Camera live streams

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

{% step %}
**Select the camera you want to view.**
{% endstep %}

{% step %}
**On the video player’s toolbar, click zoom-in and zoom-out magnifier to adjust the magnification.**
{% endstep %}

{% step %}
**Once zoomed, click and drag the video to pan.**

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

### Camera historical footage

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

{% step %}
**Select the camera you want to view.**
{% endstep %}

{% step %}
**Under the video player, select History.**
{% endstep %}

{% step %}
**Select the date and time of the footage you want to view.**
{% endstep %}

{% step %}
**On the right of the video feed, click zoom-in and zoom-out to adjust the magnification.**
{% endstep %}

{% step %}
**Once zoomed, click and drag the video to pan.**

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

### Command app

{% stepper %}
{% step %}
**In the Command app, select the camera you want to view.**
{% endstep %}

{% step %}
**(Optional) For historical footage, click and drag the live feed to the right until you arrive at the date/time needed.**
{% endstep %}

{% step %}
**Use two fingers to pinch the video feed to zoom in/out.**
{% endstep %}

{% step %}
**Once zoomed, use one finger to click and drag the video to pan.**
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.verkada.com/verkada-cameras/configuration/view-and-edit-camera-settings/digital-zoom.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
