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

# Variable Bitraten für PTZ-Kameras

PTZ-Kameras haben variable Bitraten, die je nach integriertem Speicher eine Videoqualität in höchstmöglicher Qualität mit einer Aufbewahrungsdauer von 30, 60, 90 oder 180 Tagen bieten. Die Bitraten ändern sich je nach Betriebszustand der Kamera. Die PTZ-Kameras können in zwei Zuständen betrieben werden:

* **Statisch**—Die Kamera ist online und zeichnet auf, bewegt sich jedoch nicht.
* **Benutzergesteuert**—Die Kamera zeichnet auf, wobei ein autorisierter Benutzer die Kamera manuell über die in-Verkada-Command-Steuerelemente **oder** mit einem Handheld-Controller.

***

## Wie variable Bitraten funktionieren

Die PTZ-Kameras verwenden 4 separate Streams, um die bestmögliche Benutzererfahrung zu gewährleisten. Jede Kamera verwendet **H.264 und H.265** in Streams mit Standardqualität (SQ) und hoher Qualität (HQ).

#### CP52-E

|                        |              |                       |                       |
| ---------------------- | ------------ | --------------------- | --------------------- |
| **Stream**             | **Zweck**    | **Statisch (Kbit/s)** | **Bewegung (Kbit/s)** |
| SQ (nur H.264)         | Live-Ansicht | 1,000                 | 2,000                 |
| SQ (H.265 unterstützt) | Speicher     | 600                   | 1,500                 |
| HQ (nur H.264)         | Live-Ansicht | 3,000                 | 4,500                 |
| HQ (H.265 unterstützt) | Speicher     | 2,500                 | 4,000                 |

#### CP63-E

|                        |              |                       |                       |
| ---------------------- | ------------ | --------------------- | --------------------- |
| **Stream**             | **Zweck**    | **Statisch (Kbit/s)** | **Bewegung (Kbit/s)** |
| SQ (nur H.264)         | Live-Ansicht | 1,000                 | 3,000                 |
| SQ (H.265 unterstützt) | Speicher     | 1,200                 | 1,500                 |
| HQ (nur H.264)         | Live-Ansicht | 3,000                 | 5,000                 |
| HQ (H.265 unterstützt) | Speicher     | 4,000                 | 4,000                 |

***

### Zu den Streams

|                      |                                                                                                                                                                                                                                                                                              |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Stream**           | **Anwendungsfall**                                                                                                                                                                                                                                                                           |
| Nur SQ H.264         | Nur für die Live-Ansicht und nicht für historische Aufzeichnungen gespeichert. Dieser Stream ist für die Live-Überwachung bei langsameren Internetgeschwindigkeiten oder bei der Nutzung der mobilen App unterwegs gedacht.                                                                  |
| SQ H.265 unterstützt | Wird für SQ-Historienaufzeichnungen verwendet und arbeitet bei leicht niedrigeren Bitraten als der SQ-Livestream. Dieser Stream ist für die historische Überwachung gedacht, wenn in der Szene der Kamera keine Bewegung auftritt oder wenn eine langsame Internetverbindung verwendet wird. |
| Nur HQ H.264         | Nur für die Live-Ansicht und nicht für historische Aufzeichnungen gespeichert. Wird für die Live-Überwachung in Netzwerken verwendet, die der Kamera mindestens 4,5 Mbit/s bereitstellen können.                                                                                             |
| HQ H.265 unterstützt | Wird für HQ-Historienaufzeichnungen verwendet und arbeitet mit einer etwas niedrigeren Bitrate, um die Anzahl der HQ-Tage zu priorisieren, die gespeichert werden. Dieser Stream ist für die nachträgliche Untersuchung von Bewegungsereignissen gedacht.                                    |


---

# 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/de/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.
