> 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/erste-schritte/client-systemanforderungen-fur-verkada-videosicherheit.md).

# Client-Systemanforderungen für Verkada Videosicherheit

Leistungsaspekte für Desktop-PCs bei der Verwendung von Verkada Command in einem Webbrowser verstehen

Die Videowiedergabe kann hohe Anforderungen an die Systemressourcen stellen. Mithilfe von realen Messwerten und Tests mit verschiedenen Geräten hat Verkada eine Liste empfohlener Systemspezifikationen entwickelt, um ein reibungsloses, zuverlässiges Erlebnis zu gewährleisten.

Wir haben festgestellt, dass diese Kategorien die Leistung unter diesen Bedingungen abdecken:

* **Mindestanforderungen:** Eine Kamera bei normaler Wiedergabegeschwindigkeit
* **Empfohlen:** Mehrere Kameras bei normaler Wiedergabegeschwindigkeit
* **Leistung:** Mehrere Kameras bei höheren Wiedergabegeschwindigkeiten

***

## Systemanforderungen

### Windows-Computer

| Artikel             | Mindestanforderungen                                               | Empfohlen                                                                     | Leistung                              |
| ------------------- | ------------------------------------------------------------------ | ----------------------------------------------------------------------------- | ------------------------------------- |
| **Prozessor**       | Intel Core Prozessor der 12. oder 13. Generation (ohne -U-Modelle) | Intel Core Prozessor der 12. oder 13. Generation (ohne -U-Modelle) oder neuer | Intel Core Ultra Prozessor oder höher |
| **Betriebssystem**  | Windows 11 25H2                                                    | Aktuelles Windows-Update                                                      | Aktuelles Windows-Update              |
| **RAM**             | 8 GB                                                               | 16 GB oder mehr                                                               | 16 GB oder mehr                       |
| **Grafikprozessor** | Intel UHD Graphics 770                                             | Intel Arc Graphics oder höher                                                 | Dedizierte GPU                        |

### Apple-Computer

Verkada hat die Leistung auf einer Vielzahl von Apple-Computern verifiziert, darunter mehrere Generationen von Apple-Silicon-Prozessoren und das MacBook Neo.&#x20;

| Artikel            | Mindestanforderungen | Empfohlen                 | Leistung                |
| ------------------ | -------------------- | ------------------------- | ----------------------- |
| **Prozessor**      | Apple A18 Pro        | Apple-Silicon-Prozessoren | Apple-Silicon-Prozessor |
| **Betriebssystem** | Aktuelles macOS      | Aktuelles macOS           | Aktuelles macOS         |
| **RAM**            | 8 GB                 | 16 GB oder mehr           | Mehr als 16 GB          |

***

## Nutzungsgewohnheiten für optimale Leistung

* Für optimale Qualität und geringeren Ressourcenbedarf empfiehlt Verkada, dass Nutzer die HEVC-Wiedergabe auf der Einstellungsseite ihrer Kamera aktivieren und einen kompatiblen Webbrowser verwenden. Windows-Nutzer müssen möglicherweise das [HEVC-Videoerweiterungs-Plugin von Microsoft](https://apps.microsoft.com/detail/9nmzlz57r3t7?hl=en-US\&gl=US) installieren, um die HEVC-Wiedergabe in Microsoft Edge zu aktivieren.
* Verkada empfiehlt Nutzern, ihr Betriebssystem und ihren Browser aus Leistungs- und Sicherheitsgründen auf dem neuesten Stand zu halten.
* Viele Geräte arbeiten bei normaler Wiedergabegeschwindigkeit mit mehreren Streams gut. Leistungsgrenzen können bei höheren Wiedergabegeschwindigkeiten und häufigem Springen deutlicher sichtbar werden.&#x20;


---

# 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/erste-schritte/client-systemanforderungen-fur-verkada-videosicherheit.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.
