> 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/air-quality/ko/events-and-alerts/configure-air-quality-event-alerts/create-a-person-of-interest-for-air-quality-sensors.md).

# 공기질 센서에 대한 관심 대상자 생성

Verkada 카메라를 사용하면 한 사람의 얼굴 사진 한 장 이상을 사용해 관심 인물(POI)을 만들 수 있습니다. 공기질 센서와 함께 사용하면, 카메라는 특정 공기질 경보 중 주변 사람들을 식별하고 추적하는 데 도움이 됩니다.

{% hint style="danger" %}

* 센서와 연결된 카메라에는 POI 생성 및 공기질 센서에서의 사람 추적을 지원하기 위해 People Analytics가 활성화되어 있어야 합니다.
* 이벤트를 생성하려면 센서 판독값에 트리거를 구성해야 합니다. 참조 [공기질 센서 설정](/air-quality/ko/sensor-data/air-quality-sensor-settings.md) 자세한 정보는.
  {% endhint %}

***

## 공기질 People Insights 활성화

공기질 센서에서 People Insights를 활성화하려면 먼저 조직에 대해 이 기능을 활성화해야 합니다.

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

{% step %}
**왼쪽 탐색에서 Feature Manager를 선택합니다.**
{% endstep %}

{% step %}
**Air Quality > Sensor People Insights 아래에서 드롭다운 메뉴에서 Enabled를 선택합니다.**
{% endstep %}
{% endstepper %}

***

## 관심 인물 프로필 만들기

### People analytics 페이지

{% hint style="warning" %}
People 페이지에서 관심 인물 프로필을 만들 수 있습니다. 이미 POI 프로필이 생성된 조직은 공기질 POI 추적을 자동으로 시작합니다. 참조 [관심 인물 만들기](/verkada-cameras/ko/analytics/people-analytics/create-a-person-of-interest.md) 자세한 정보는.
{% endhint %}

### 공기질 이벤트 페이지

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

{% step %}
**센서를 선택한 다음, 오른쪽에서 이벤트를 선택하여 해당 이벤트 동안 감지된 개인을 봅니다.**

<div align="left" data-with-frame="true"><img src="/files/f3e019474fba0f7a5b6ab66afbb6f5bdd44d0891" alt="" width="1151"></div>
{% endstep %}

{% step %}
**오른쪽에 축소판 이미지가 표시됩니다. 클릭** <i class="fa-ellipsis">:ellipsis:</i> **POI로 만들고 싶은 이미지의 오른쪽 아래에 있는**

a. 선택 **관심 인물 추가**.\
b. POI의 이름을 지정합니다.\
c. 클릭 **생성.**
{% endstep %}

{% step %}
**이제 왼쪽 탐색의 People Insights 탭에서 프로필과 해당 공기질 이벤트를 볼 수 있습니다.**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
POI 이벤트 영상은 카메라의 보존 기간을 따릅니다. 예를 들어, 카메라의 보존 기간이 30일이면 해당 기간이 지나면 POI 이벤트 클립을 더 이상 사용할 수 없습니다.
{% endhint %}

***

## 관심 인물 프로필 제거

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

{% step %}
**왼쪽 탐색에서 People을 클릭합니다.**
{% endstep %}

{% step %}
**왼쪽의 People Lists 아래에서 POI 프로필이 있는 목록을 선택합니다.**
{% endstep %}

{% step %}
**관리하려는 POI의 사진을 클릭합니다.**
{% endstep %}

{% step %}
**이름 옆에 있는 항목을 클릭하고 이 사람 제거를 선택합니다.**
{% 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/air-quality/ko/events-and-alerts/configure-air-quality-event-alerts/create-a-person-of-interest-for-air-quality-sensors.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.
