> 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/transmision-y-comparticion-de-video/view-historical-footage/use-the-timelapse-feature.md).

# Lapso de tiempo de video

[Verkada Command](/command/es/primeros-pasos/get-started-with-verkada-command.md) Agrupa miniaturas a lo largo de un período de 24 horas, lo que le permite ver todo el intervalo como un timelapse que puede descargar como un archivo MP4 para compartir.

{% hint style="warning" %}
Los timelapses solo están disponibles para los últimos 30 días de grabación.
{% endhint %}

***

## Habilitar timelapse

{% hint style="danger" %}
Debe habilitar la función de timelapse antes de poder usarla; no pueden generarse retroactivamente a partir del momento de activación.
{% endhint %}

{% 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, haga clic en el icono de Configuración.**
{% endstep %}

{% step %}
**A la izquierda, seleccione Dispositivo.**
{% endstep %}

{% step %}
**Active Timelapse.**

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

***

## Usar timelapse

{% hint style="warning" %}
La función timelapse solo está disponible en incrementos de 24 horas y no está disponible si hay menos de 24 horas de grabación.
{% endhint %}

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

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

{% step %}
**Debajo de la transmisión de cámara, haga clic en el icono de Historial.**
{% endstep %}

{% step %}
**A la derecha, haga clic en el menú desplegable Clips y seleccione Timelapse.**

1. Mueva el cursor sobre la barra de movimiento para desplazarse por el timelapse.
2. Haga clic en la miniatura para reproducir el timelapse.

<div align="left" data-with-frame="true"><img src="/files/02eb4c5e8643538c17c5ce53855e43d8b99d6e1a" alt="" width="1044"></div>
{% endstep %}

{% step %}
**(Opcional) Al reproducir un timelapse, haga clic en el icono de Descargar para guardarlo como un archivo MP4.**
{% endstep %}
{% endstepper %}

![Ejemplo de timelapse](/files/0b94a44fef59011fe1b952103c8c45ba9c88b64b)


---

# 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/transmision-y-comparticion-de-video/view-historical-footage/use-the-timelapse-feature.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.
