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

# 車両分析

車両分析では、エッジベースの処理を使用して車両を検出し、色やボディタイプなどの属性を識別します。すべての Verkada カメラはデフォルトで車両を検出しますが、Command で映像を時間、日付、カメラ、色、ボディタイプで検索・フィルタリングするには、Vehicle Analytics を有効にする必要があります。

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

***

## 車両履歴を有効にする

### 全体で

{% hint style="danger" %}
個別のカメラで有効にする前に、この機能を全体で有効にする必要があります。
{% endhint %}

{% stepper %}
{% step %}
**Verkada Command で、\[すべての製品] > \[管理] に移動します。**
{% endstep %}

{% step %}
**Feature Manager を選択します。**
{% endstep %}

{% step %}
**Vehicle Analytics の下で、Vehicle History および必要なその他の分析機能を有効にします。**
{% endstep %}
{% endstepper %}

### 個別のカメラ

{% stepper %}
{% step %}
**Verkada Command で、\[All Products] > \[Cameras] に移動します。**
{% endstep %}

{% step %}
**編集するカメラを選択します。**
{% endstep %}

{% step %}
**設定 > 分析 をクリックします。**
{% endstep %}

{% step %}
**Analytics の下で、Vehicle History をオンに切り替えます。**
{% endstep %}
{% endstepper %}

***

## 車両履歴を表示

### 個別のカメラ

{% stepper %}
{% step %}
**Verkada Command で、\[All Products] > \[Cameras] に移動します。**
{% endstep %}

{% step %}
**カメラを選択 > 車両。**
{% endstep %}

{% step %}
**検索バーを使用して、利用可能なフィルターを確認し適用します。**
{% endstep %}
{% endstepper %}

### すべてのカメラ

{% stepper %}
{% step %}
**Verkada Command で、\[All Products] > \[Cameras] に移動します。**
{% endstep %}

{% step %}
**左側のナビゲーションで、Vehicles を選択します。**

すべてのカメラにわたる検出された車両をすべて表示できるはずです。
{% 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/ja/fen-xi/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.
