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

# Einen Snapshot des Videofeeds aufnehmen

Verkada-Kameras enthalten ein Schnappschuss-Tool, das sehr nützlich sein kann, um ein Standbild von etwas aufzunehmen, das in einem Live-Stream oder in einem historischen Video geschieht.

Der Schnappschuss wird automatisch als .jpg-Datei auf Ihr Gerät heruntergeladen, die Sie öffnen und teilen können. Der Schnappschuss enthält den Kameranamen sowie Datum und Uhrzeit in der oberen linken Ecke.

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

***

## Schnappschuss aufnehmen

### Live-Feed

{% stepper %}
{% step %}
**Gehen Sie in Verkada Command zu Alle Produkte > Kameras.**
{% endstep %}

{% step %}
**Wählen Sie eine Kamera aus.**
{% endstep %}

{% step %}
**Klicken Sie rechts vom Kamerastream auf** <i class="fa-camera">:camera:</i> **um einen Schnappschuss aufzunehmen.**

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

### Historische Aufnahmen

{% stepper %}
{% step %}
**Gehen Sie in Verkada Command zu Alle Produkte > Kameras.**
{% endstep %}

{% step %}
**Wählen Sie eine Kamera aus und klicken Sie auf Verlauf.**
{% endstep %}

{% step %}
**Wählen Sie das Aufnahmesegment aus, das Sie ansehen möchten.**
{% endstep %}

{% step %}
**Klicken Sie unten rechts auf** <i class="fa-camera">:camera:</i> **um einen Schnappschuss aufzunehmen.**

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

### Command-App

{% stepper %}
{% step %}
**Öffnen Sie die Verkada-Command-App.**
{% endstep %}

{% step %}
**Tippen Sie auf eine Kamera, um die Ansicht zu öffnen.**
{% endstep %}

{% step %}
**Tippen Sie auf den Live-Feed und scrollen Sie zu der Zeit, zu der Sie einen Schnappschuss aufnehmen möchten.**
{% endstep %}

{% step %}
**Klicken Sie oben rechts auf** <i class="fa-ellipsis">:ellipsis:</i> **> Schnappschuss aufnehmen.**

Wählen Sie aus, ob das Bild auf Ihrem Gerät gespeichert oder mit einem Kontakt geteilt werden soll.
{% 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/de/konfiguration/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.
