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

# 다중 카메라 보기에 카메라 추가

멀티카메라 재생 기능을 사용하면 다음을 수행할 수 있습니다:

* 여러 카메라의 과거 영상을 동시에 볼 수 있습니다.
* 최대 12대의 카메라를 그리드 형식으로 추가하고 영상을 나란히 볼 수 있습니다.
* 여러 카메라 각도에서 한 사람을 추적하고, 탭을 전환해 카메라를 하나씩 보는 대신 각 프레임에서의 행동을 검토할 수 있습니다.

***

## 최대 기록 영상 수 설정

{% 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/f6879109710c990cbd5c975e9b647cae4cbb53c8" alt="" data-size="original">.

1. 보기에 추가할 카메라를 선택합니다.
2. 클릭 **완료.**
   {% endstep %}

{% step %}
**(선택 사항) Archive를 클릭하여 모든 카메라 피드를 보관합니다.**

* 클릭 <i class="fa-camera">:camera:</i> 카메라 보기의 스냅샷을 찍으려면.
* 클릭 <i class="fa-scissors">:scissors:</i> \~로 [보관](/verkada-cameras/ko/video-streaming-and-sharing/view-historical-footage/archive-recorded-video-footage.md#multiple-cameras) 카메라 보기.
  {% endstep %}
  {% endstepper %}

***

## 멀티카메라 재생 속도 제한

재생 안정성을 높이기 위해 Command는 그리드 내 카메라 수에 따라 최대 재생 속도를 제한합니다:

| 멀티카메라 보기의 카메라 수 | 최대 재생 속도 |
| --------------- | -------- |
| 1–4             | 3배       |
| 5–8             | 2배       |
| 9–12            | 1배       |

멀티카메라 보기에 카메라를 추가할수록 선택할 수 있는 가장 높은 재생 속도는 낮아질 수 있습니다. 이러한 제한은 클라우드 및 로컬 스트리밍 모두에 적용됩니다. 전체 기록 플레이어 제어 및 대역폭 안내는 [과거 영상 보기](/verkada-cameras/ko/video-streaming-and-sharing/view-historical-footage.md) 에서 확인하세요.

대체 조사 워크플로는 [통합 타임라인](/verkada-cameras/ko/video-streaming-and-sharing/view-historical-footage/history-player-search-and-unified-timeline.md).

{% hint style="warning" %}
카메라를 추가하거나 재생 속도를 높이면 카메라 네트워크의 대역폭 사용량이 선형적으로 증가합니다. 자세한 내용은 [비디오용 대역폭 사용량 및 업링크 요구 사항](/verkada-cameras/ko/installation/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/ko/video-streaming-and-sharing/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.
