# 차량 분석

차량 분석은 엣지 기반 처리를 사용하여 차량을 감지하고 색상 및 차체 유형과 같은 속성을 식별합니다. 모든 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 %}
**기능 관리자를 선택합니다.**
{% endstep %}

{% step %}
**차량 분석 아래에서 차량 기록 및 필요할 수 있는 기타 분석 기능을 활성화합니다.**&#x20;
{% endstep %}
{% endstepper %}

### 개별 카메라

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

{% step %}
**편집할 카메라를 선택합니다.**
{% endstep %}

{% step %}
**설정 > 분석을 클릭합니다.**
{% endstep %}

{% step %}
**분석 아래에서 차량 기록을 켭니다.**
{% endstep %}
{% endstepper %}

***

## 차량 기록 보기

### 개별 카메라

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

{% step %}
**카메라 > 차량을 선택합니다.**
{% endstep %}

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

### 모든 카메라

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

{% step %}
**왼쪽 탐색 메뉴에서 차량을 선택합니다.**

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

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


---

# Agent Instructions: 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:

```
GET https://help.verkada.com/verkada-cameras/ko/analytics/vehicle-analytics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
