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

# Prendre un instantané d’un flux vidéo

Les caméras Verkada incluent un outil de capture instantanée qui peut être très utile pour capturer une image fixe de quelque chose qui se passe sur un flux en direct ou dans une vidéo historique.

​La capture instantanée est automatiquement téléchargée sur votre appareil sous forme de fichier .jpg, que vous pouvez ouvrir et partager. La capture instantanée inclut le nom de la caméra, la date et l’heure dans le coin supérieur gauche.

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

***

## Prendre une capture instantanée

### flux en direct

{% stepper %}
{% step %}
**Dans Verkada Command, accédez à Tous les produits > Caméras.**
{% endstep %}

{% step %}
**Sélectionnez une caméra.**
{% endstep %}

{% step %}
**À droite du flux vidéo, cliquez** <i class="fa-camera">:camera:</i> **pour prendre une capture instantanée.**

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

### Enregistrement historique

{% stepper %}
{% step %}
**Dans Verkada Command, accédez à Tous les produits > Caméras.**
{% endstep %}

{% step %}
**Sélectionnez une caméra et cliquez sur Historique.**
{% endstep %}

{% step %}
**Sélectionnez le segment d’enregistrement que vous souhaitez consulter.**
{% endstep %}

{% step %}
**En bas à droite, cliquez sur** <i class="fa-camera">:camera:</i> **pour prendre une capture instantanée.**

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

### Application Command

{% stepper %}
{% step %}
**Ouvrez l'application Verkada Command.**
{% endstep %}

{% step %}
**Appuyez sur une caméra pour ouvrir la vue.**
{% endstep %}

{% step %}
**Appuyez sur le flux en direct et faites défiler jusqu’à l’heure à laquelle vous souhaitez prendre une capture instantanée.**
{% endstep %}

{% step %}
**En haut à droite, cliquez sur** <i class="fa-ellipsis">:ellipsis:</i> **> Prendre une capture instantanée.**

Sélectionnez si vous souhaitez enregistrer l’image sur votre appareil ou la partager avec un 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/fr/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.
