> For the complete documentation index, see [llms.txt](https://docs.augelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.augelab.com/german/gerate-und-kommunikation/camera-usage/other-supported.md).

# Andere

Wenn Ihre Kamera in diesem Abschnitt nicht aufgeführt ist, kann sie dennoch mit AugeLab Studio funktionieren — die meisten Kameras fallen in eine der nachstehenden Kategorien.

## Schnellentscheider

| Was Ihre Kamera bereitstellt         | Empfohlen in AugeLab Studio                                                |
| ------------------------------------ | -------------------------------------------------------------------------- |
| Erscheint als Windows-Webcam (UVC)   | [USB Cameras](/german/gerate-und-kommunikation/camera-usage/usb.md)        |
| Eine RTSP-URL (H.264/H.265-Stream)   | [IP Cameras (RTSP)](/german/gerate-und-kommunikation/camera-usage/ip.md)   |
| ONVIF-Erkennung / Profile            | [IP Cameras (ONVIF)](/german/gerate-und-kommunikation/camera-usage/ip.md)  |
| Vendor SDK / Viewer-App (industrial) | Vendor-spezifischer Block/Plugin (siehe Seiten zu Basler/HikRobot/iRayple) |

<details>

<summary>Typische Hinweise, dass Ihre Kamera UVC ist</summary>

* Sie erscheint in den Windows-Kameraeinstellungen und funktioniert in der integrierten Kamera-App.
* Sie funktioniert in Videokonferenz-Apps, ohne dass Vendor-SDKs installiert werden müssen.

</details>

<details>

<summary>Typische Hinweise, dass Ihre Kamera RTSP nutzt</summary>

* Die Kamera hat eine Weboberfläche mit „Stream“-Einstellungen (Codec, Bitrate, Haupt-/Substream).
* Die Herstellerdokumentation enthält ein RTSP-URL-Muster.
* Sie können die Vorschau in VLC mit „Netzwerkstream öffnen“ anzeigen.

</details>

## Brauchen Sie unsere Hilfe zur Bestätigung der Unterstützung?

Schreiben Sie eine E-Mail an `info@augelab.com` und fügen Sie folgende Angaben bei:

* Marke + genaue Modellbezeichnung
* Verbindungstyp (USB / GigE / RTSP / ONVIF)
* Vendor SDK/Viewer-Name (falls vorhanden) + Version
* Was Sie versucht haben und was Sie sehen (Screenshots sind sehr hilfreich)


---

# 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:

```
GET https://docs.augelab.com/german/gerate-und-kommunikation/camera-usage/other-supported.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
