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

# PTZ カメラの可変ビットレート

PTZカメラは可変ビットレートを備えており、オンボードストレージに応じて30日、60日、90日、または180日間の保持で、可能な限り最高品質の映像を提供します。ビットレートは、カメラが動作している状態によって変化します。PTZカメラは次の2つの状態で動作できます：

* **静止**—カメラはオンラインで録画中ですが、動いていません。
* **ユーザー制御**—カメラは録画中で、承認されたユーザーが 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/ja/she-zhi/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.
