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

# 비디오 피드 스냅샷 찍기

Verkada 카메라에는 스냅샷 도구가 포함되어 있으며, 이는 라이브 스트림이나 과거 영상에서 발생하는 특정 순간의 정지 이미지를 캡처하는 데 매우 유용할 수 있습니다.

스냅샷은 자동으로 .jpg 파일로 기기에 다운로드되며, 열어서 공유할 수 있습니다. 스냅샷에는 왼쪽 상단에 카메라 이름, 날짜, 시간도 포함됩니다.

<div align="left" data-with-frame="true"><img src="/files/4ec5a4cb388542f23d07bc317722034e06fe4814" 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/102d25a9e9263bd33fdc0c8cee8ac4318137e722" 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/f9c6cba500a9d67cdb1991d77cfe03991db092ce" 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/ko/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.
