> 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/command/ja/ganaizshon/integrations/set-up-the-verkada-fusus-camera-integration.md).

# Fusus Camera

Axon の Fusus は、さまざまなソースからのライブ動画フィード、データ、通信を統合し、救急対応要員と法執行機関に統合ビューを提供するリアルタイムの公共安全プラットフォームです。

この統合により、法執行機関は Verkada のハイブリッドクラウドアーキテクチャと Fusus のオープンプラットフォームを組み合わせることができます。この統合により、ユーザーは Verkada カメラのライブ映像と過去の映像の両方を Fusus プラットフォームへ直接ストリーミングすることができます。

***

## Verkada RTSP設定

Fususの統合は、Verkadaカメラから映像を取得するためにRTSPストリーミングするに依存しています。ユーザーは、カメラをFususプラットフォームに追加する前に、まずCommandでRTSPを有効にする必要があります。

以下に示す手順に従ってください [Verkadaの低遅延RTSP](/verkada-cameras/ja/bideosutorminguto/live-streaming/low-latency-rtsp-streaming.md) VerkadaカメラでRTSPを有効にします。

#### デバイス一覧をエクスポート

Commandでは、オーガナイゼーション'内のRTSP有効化済みカメラすべてを、それぞれのURL付きでCSVリストとしてエクスポートできます。

{% stepper %}
{% step %}
**Commandのカメラページに移動します。**
{% endstep %}

{% step %}
**ナビゲーションバーで、カメラ設定を選択します。**
{% endstep %}

{% step %}
**［RTSPが有効なカメラ一覧をエクスポート］の横で、［CSVをエクスポート］をクリックします。**
{% endstep %}
{% endstepper %}

***

## FususONEの設定

VerkadaカメラのRTSP URLを有効化して取得したら、FususONEアカウントに追加する準備が整います。

{% stepper %}
{% step %}
**Fususの［Locations］タブに移動し、Verkadaカメラを追加するロケーションを選択します。**

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

{% step %}
**右上の［Cameras］タブ。このメニューから、選択したロケーションにデバイスを追加できます。**

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

{% step %}
**［General configuration］メニューにカメラ情報を入力します。次の詳細が必要です：**

a. カメラ名\
b. 種類\
c. メーカー/モデル\
d. 配置
{% endstep %}

{% step %}
**［ストリーミングする］タブを選択し、Verkada RTSPストリーミングするの詳細を入力します。カメラストリーミングを設定するには、次のパラメータが必要です：**

a. RTSP接続用のFususCore\
b. Verkadaカメラのホスト名またはIPアドレス\
c. ポート番号\
d. Verkada RTSP認証情報\
e. パス（`/standard または /high` - 希望する画質に応じて）

{% hint style="warning" %}
Multisensorカメラでは、パス内の画質の前にカメラIDを追加します `<camera-id>/</standard または /high>` .
{% endhint %}

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

{% step %}
**(オプション) 過去の映像を接続されたFususCoreデバイスに保存するように有効化し、カスタムの保存期間を設定します**

Verkadaカメラの映像は、現在Fususで利用可能になっており、ストリーミングする準備が整いました！

<div align="left" data-with-frame="true"><img src="/files/d37cc9b7f3e79322503f35c802a8662e0d4a7c40" alt="" width="868"></div>
{% 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/command/ja/ganaizshon/integrations/set-up-the-verkada-fusus-camera-integration.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.
