> 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/installation/variable-bitrates-for-ptz-cameras.md).

# PTZ 카메라의 가변 비트레이트

PTZ 카메라는 가변 비트레이트를 사용하여 온보드 저장공간에 따라 30일, 60일, 90일 또는 180일의 보관 기간 동안 가능한 최고 품질의 비디오를 제공합니다. 비트레이트는 카메라가 작동하는 상태에 따라 달라집니다. PTZ 카메라는 두 가지 상태로 작동할 수 있습니다:

* **정지**—카메라는 온라인 상태이며 녹화 중이지만 움직이지 않습니다.
* **사용자 제어**—카메라는 녹화 중이며, 승인된 사용자가 Verkada Command 내 제어를 통해 카메라를 수동으로 조작합니다 **또는** 휴대용 컨트롤러로.

***

## 가변 비트레이트의 작동 방식

PTZ 카메라는 최상의 사용자 경험을 보장하기 위해 4개의 별도 스트림을 사용합니다. 각 카메라는 **H.264 및 H.265** 표준 화질(SQ) 및 고화질(HQ) 스트림에서 사용됩니다.

#### CP52-E

|              |        |                 |                |
| ------------ | ------ | --------------- | -------------- |
| **스트림**      | **용도** | **정지 상태(Kbps)** | **이동 중(Kbps)** |
| SQ(H.264 전용) | 실시간 보기 | 1,000           | 2,000          |
| SQ(H.265 지원) | 저장소    | 600             | 1,500          |
| HQ(H.264 전용) | 실시간 보기 | 3,000           | 4,500          |
| HQ(H.265 지원) | 저장소    | 2,500           | 4,000          |

#### CP63-E

|              |        |                 |                |
| ------------ | ------ | --------------- | -------------- |
| **스트림**      | **용도** | **정지 상태(Kbps)** | **이동 중(Kbps)** |
| SQ(H.264 전용) | 실시간 보기 | 1,000           | 3,000          |
| SQ(H.265 지원) | 저장소    | 1,200           | 1,500          |
| HQ(H.264 전용) | 실시간 보기 | 3,000           | 5,000          |
| HQ(H.265 지원) | 저장소    | 4,000           | 4,000          |

***

### 스트림에 대해

|             |                                                                                                                     |
| ----------- | ------------------------------------------------------------------------------------------------------------------- |
| **스트림**     | **사용 사례**                                                                                                           |
| SQ H.264 전용 | 실시간 보기 전용이며 과거 녹화에는 보관되지 않습니다. 이 스트림은 인터넷 속도가 느릴 때 또는 이동 중 모바일 앱을 사용할 때의 실시간 모니터링을 위한 것입니다.                         |
| SQ H.265 지원 | SQ 과거 녹화에 사용되며 SQ 실시간 스트림에 비해 약간 더 낮은 비트레이트로 작동합니다. 이 스트림은 카메라 장면에 움직임이 없을 때 또는 느린 인터넷 연결을 사용할 때의 과거 모니터링을 위한 것입니다. |
| HQ H.264 전용 | 실시간 보기 전용이며 과거 녹화에는 보관되지 않습니다. 카메라에 최소 4.5 Mbps를 할당할 수 있는 네트워크에서의 실시간 모니터링에 사용됩니다.                                  |
| HQ H.265 지원 | HQ 과거 녹화에 사용되며 저장될 HQ 일수 수를 우선시하기 위해 약간 더 낮은 비트레이트로 작동합니다. 이 스트림은 움직임 이벤트에 대한 과거 조사에 적합합니다.                         |


---

# 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/installation/variable-bitrates-for-ptz-cameras.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.
