> 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/analytics/people-analytics.md).

# 사람 분석

People Analytics는 엣지 기반 카메라 처리를 사용해 사람과 얼굴을 감지하고, 의복 색상, 겉보기에 보이는 성별, 백팩 착용 여부와 같은 속성을 분석합니다. 모든 Verkada 카메라는 기본적으로 사람을 감지하지만, 얼굴이나 의복 색상으로 검색하는 것과 같은 고급 분석을 사용하려면 People History를 활성화해야 합니다.

<div align="left" data-with-frame="true"><figure><img src="/files/29dfc6f0faee4d1a3caa8879bbe535c5587ec49d" alt=""><figcaption></figcaption></figure></div>

{% hint style="warning" %}
다음을 참조하세요 [People Analytics 사용 설명서](https://docs.verkada.com/docs/people-analytics-guide.pdf) 의 권장 사용 지침을 확인하세요.
{% endhint %}

***

## People History 활성화

### 전역

{% hint style="danger" %}
개별 카메라에서 활성화하려면 먼저 이 기능을 전역으로 활성화해야 합니다.
{% endhint %}

{% stepper %}
{% step %}
**Verkada Command에서 모든 제품 > 관리자로 이동합니다.**
{% endstep %}

{% step %}
**Feature Manager를 선택하세요.**
{% endstep %}

{% step %}
**People Analytics 아래에서 People History 및 필요한 기타 분석 기능을 활성화하세요.**
{% endstep %}
{% endstepper %}

### 개별 카메라

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Cameras로 이동합니다.**
{% endstep %}

{% step %}
**편집할 카메라를 선택하세요.**
{% endstep %}

{% step %}
**설정 > 분석을 클릭하세요.**
{% endstep %}

{% step %}
**Analytics 아래에서 People History 및 필요한 기타 분석 기능을 켜세요.**

{% hint style="warning" %}
People History가 활성화된 경우에만 Person Attributes, Face Detection 및 Occupancy Trends를 켤 수 있습니다.
{% endhint %}
{% endstep %}
{% endstepper %}

***

## 사람 기록 보기

### 개별 카메라

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Cameras로 이동합니다.**
{% endstep %}

{% step %}
**카메라 > 사람을 선택하세요.**
{% endstep %}

{% step %}
**검색창을 사용하여 사용 가능한 필터를 확인하고 적용하세요.**
{% endstep %}

{% step %}
**(선택 사항) 특정 사람을 카메라에서 검색하려면 사진 업로드를 선택하세요.**
{% endstep %}
{% endstepper %}

### 모든 카메라

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Cameras로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색에서 사람을 선택하세요.**

모든 카메라에서 감지된 모든 사람을 볼 수 있어야 합니다.
{% endstep %}

{% step %}
**검색창을 사용하여 사용 가능한 필터를 확인하고 적용하세요.**
{% endstep %}
{% endstepper %}

***

## 얼굴 검색 사용

활성화하면 얼굴 검색은 조직의 모든 카메라와 Verkada Command 앱에서 표시됩니다.

### 모든 카메라에서

조직의 모든 카메라에서 얼굴을 검색할 수 있습니다.

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Cameras로 이동합니다.**
{% endstep %}

{% step %}
**사람 > 프로필을 선택하세요.**

모든 카메라에서 감지된 모든 얼굴을 볼 수 있어야 합니다.
{% endstep %}

{% step %}
**검색창을 사용하여 사용 가능한 필터를 확인하고 적용하세요.**
{% endstep %}
{% endstepper %}

### Command 앱

다음을 참조하세요. [모바일 앱에서 얼굴 검색](/verkada-cameras/ko/analytics/people-analytics/people-and-face-search-on-mobile-apps.md) Command 모바일 앱에서 얼굴 검색을 수행하려면


---

# 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/analytics/people-analytics.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.
