> 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/bideosutorminguto/view-historical-footage/add-cameras-to-a-multicamera-view.md).

# マルチカメラ表示にカメラを追加する

マルチカメラ再生機能を使用して、次のことができます:

* 複数のカメラの過去の映像を同時に表示します。
* 最大12台のカメラをグリッド表示に追加し、映像を並べて表示します。
* 複数のカメラアングルをまたいで人物を追跡し、1台ずつ映像を表示するためにタブを切り替えるのではなく、各フレームでの動作を確認できます。

***

## 最大履歴ビデオ数を設定

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

{% step %}
**左側のナビゲーションで、［カメラ設定］をクリックします。**
{% endstep %}

{% step %}
**［最大履歴ビデオ数］の横で、ドロップダウンを選択し、最大値として希望する数を選択します**

最大値は1から12の間で設定できます。
{% endstep %}
{% endstepper %}

***

## 構成

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

{% step %}
**カメラを選択し、［履歴］をクリックします。**
{% endstep %}

{% step %}
**表示する映像の区間を選択します。**
{% endstep %}

{% step %}
**右下で、** <img src="/files/b8b9f755f0b8a025dde0ffe1953e46f526a59ddf" alt="" data-size="original">.

1. ビューに追加するカメラを選択します。
2. をクリック **完了。**
   {% endstep %}

{% step %}
**（オプション）［Archive］をクリックして、すべてのカメラのフィードをアーカイブします。**

* をクリック <i class="fa-camera">:camera:</i> カメラビューのスナップショットを撮影するには。
* をクリック <i class="fa-scissors">:scissors:</i> 〜へ [アーカイブ](/verkada-cameras/ja/bideosutorminguto/view-historical-footage/archive-recorded-video-footage.md#multiple-cameras) カメラビュー。
  {% endstep %}
  {% endstepper %}

***

## マルチカメラ再生速度の制限

再生の信頼性を向上させるため、Command はグリッド内のカメラ数に基づいて最大再生速度を制限します:

| マルチカメラビューのカメラ | 最大再生速度 |
| ------------- | ------ |
| 1–4           | 3x     |
| 5–8           | 2x     |
| 9–12          | 1x     |

マルチカメラビューにカメラを追加すると、選択可能な最速の再生速度が低下する場合があります。これらの制限は、クラウドとローカルのストリーミング機能の両方に適用されます。参照: [過去の映像を表示する](/verkada-cameras/ja/bideosutorminguto/view-historical-footage.md) 履歴プレーヤーの操作と帯域幅に関するガイダンスの詳細については、

別の調査ワークフローについては、参照してください [統合タイムライン](/verkada-cameras/ja/bideosutorminguto/view-historical-footage/history-player-search-and-unified-timeline.md).

{% hint style="warning" %}
カメラを追加するか再生速度を上げると、カメラのネットワークでの帯域幅消費は線形に増加します。参照: [ビデオの帯域幅消費量とアップリンク要件](/verkada-cameras/ja/she-zhi/bandwidth-consumption-uplink-requirements-for-video.md) 利用可能なカメラモデルのビットレートの詳細については、
{% endhint %}


---

# 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/bideosutorminguto/view-historical-footage/add-cameras-to-a-multicamera-view.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.
