> 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/es/configuracion/view-and-edit-camera-settings/take-a-screenshot-of-video-feed.md).

# Tomar una captura de la transmisión de video

Las cámaras Verkada incluyen una herramienta de captura que puede ser muy útil para capturar una imagen fija de algo que ocurre en una transmisión en vivo o en un video histórico.

La captura se descarga automáticamente a tu dispositivo como un archivo .jpg, que puedes abrir y compartir. La captura incluye el nombre de la cámara, la fecha y la hora en la esquina superior izquierda.

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

***

## Tomar una captura

### Transmisión en vivo

{% stepper %}
{% step %}
**En Verkada Command, vaya a Todos los productos > Cámaras.**
{% endstep %}

{% step %}
**Seleccione una cámara.**
{% endstep %}

{% step %}
**A la derecha de la transmisión de cámara, haz clic** <i class="fa-camera">:camera:</i> **para tomar una captura.**

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

### Grabación histórica

{% stepper %}
{% step %}
**En Verkada Command, vaya a Todos los productos > Cámaras.**
{% endstep %}

{% step %}
**Selecciona una cámara y haz clic en Historial.**
{% endstep %}

{% step %}
**Selecciona el segmento de grabación que deseas ver.**
{% endstep %}

{% step %}
**En la parte inferior derecha, haz clic en** <i class="fa-camera">:camera:</i> **para tomar una captura.**

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

### App de Command

{% stepper %}
{% step %}
**Abre la aplicación Verkada Command.**
{% endstep %}

{% step %}
**Toca una cámara para abrir la vista.**
{% endstep %}

{% step %}
**Toca la transmisión en vivo y desplázate hasta la hora en la que deseas tomar una captura.**
{% endstep %}

{% step %}
**En la parte superior derecha, haz clic en** <i class="fa-ellipsis">:ellipsis:</i> **> Tomar captura.**

Selecciona si deseas guardar la imagen en tu dispositivo o compartirla con un contacto.
{% 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/es/configuracion/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.
