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

# ビデオフィードのスナップショットを撮影する

Verkada のカメラにはスナップショットツールがあり、ライブストリーミングする映像や過去の映像で起きていることの静止画像を撮影するのに非常に役立ちます。

スナップショットは .jpg ファイルとして自動的にデバイスにダウンロードされ、開いたり共有したりできます。スナップショットには、左上隅にカメラ名、日付、時刻が表示されます。

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

***

## スナップショットを撮影

### ライブフィード

{% stepper %}
{% step %}
**Verkada Command で、\[All Products] > \[Cameras] に移動します。**
{% endstep %}

{% step %}
**カメラを選択します。**
{% endstep %}

{% step %}
**カメラフィードの右側で、クリックします** <i class="fa-camera">:camera:</i> **スナップショットを撮影します。**

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

### 過去の映像

{% stepper %}
{% step %}
**Verkada Command で、\[All Products] > \[Cameras] に移動します。**
{% endstep %}

{% step %}
**カメラを選択し、［履歴］をクリックします。**
{% endstep %}

{% step %}
**表示する映像の区間を選択します。**
{% endstep %}

{% step %}
**右下で、** <i class="fa-camera">:camera:</i> **スナップショットを撮影します。**

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

### Command アプリ

{% stepper %}
{% step %}
**Verkada Command アプリを開きます。**
{% endstep %}

{% step %}
**カメラをタップして表示を開きます。**
{% endstep %}

{% step %}
**ライブフィードをタップし、スナップショットを撮影したい時刻までスクロールします。**
{% endstep %}

{% step %}
**右上で、** <i class="fa-ellipsis">:ellipsis:</i> **> スナップショットを撮影。**

画像をデバイスに保存するか、連絡先と共有するかを選択します。
{% 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/ja/she-ding/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.
