> 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/take-a-screenshot-of-video-feed.md).

# Take a Video Feed Snapshot

Verkada cameras include a snapshot tool that can be very useful for capturing a still image of something happening on a live stream or in a historical video.

​The snapshot is automatically downloaded to your device as a .jpg file, which you can open and share. The snapshot includes the camera name, date, and time in the top left corner.

<div align="left" data-with-frame="true"><img src="/files/m2D9GobaIklUrrpEbkhP" alt="" width="1280"></div>

***

## Take a snapshot

### Live feed

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

{% step %}
**Select a camera.**
{% endstep %}

{% step %}
**On the right of the camera feed, click** <i class="fa-camera">:camera:</i> **to take a snapshot.**

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

### Historical footage

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

{% step %}
**Select a camera and click History.**
{% endstep %}

{% step %}
**Select the segment of footage you want to view.**
{% endstep %}

{% step %}
**In the bottom right, click** <i class="fa-camera">:camera:</i> **to take a snapshot.**

<div align="left" data-with-frame="true"><figure><img src="/files/p3sE5MlPv3SjnWfNjrzd" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

### Command app

{% stepper %}
{% step %}
**Open the Verkada Command app.**
{% endstep %}

{% step %}
**Tap on a camera to open the view.**
{% endstep %}

{% step %}
**Tap the live feed and scroll to the time you want to take a snapshot.**
{% endstep %}

{% step %}
**In the top right, click** <i class="fa-ellipsis">:ellipsis:</i> **> Take Snapshot.**

Select whether to save the image to your device or share it with a contact.
{% 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/take-a-screenshot-of-video-feed.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.
