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

# 차량 분석

차량 분석은 엣지 기반 처리를 사용하여 차량을 감지하고 색상과 차종 같은 속성을 식별합니다. 모든 Verkada 카메라는 기본적으로 차량을 감지하지만, Command에서 시간, 날짜, 카메라, 색상, 차종별로 영상을 검색하고 필터링하려면 차량 분석을 활성화해야 합니다.

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

***

## 차량 기록 사용

### 전역

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

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

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

{% step %}
**Vehicle Analytics에서 차량 기록 및 필요한 기타 분석 기능을 활성화하세요.**
{% 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 %}

### 모든 카메라

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

{% step %}
**왼쪽 탐색 메뉴에서 차량을 선택하세요.**

모든 카메라에서 감지된 모든 차량을 볼 수 있어야 합니다.
{% 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/verkada-cameras/ko/analytics/vehicle-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.
