> 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/hikrobot.md).

# HikRobot

HikRobot Industrie-Kameras benötigen die Installation von **HikRobot MVS (Machine Vision Software)** auf Ihrem PC. Danach können Sie mit dem **HikRobot Camera** Block aus AugeLab Studio eine Verbindung herstellen.

## Schnellstart

1. Installieren Sie **HikRobot MVS**.
2. Überprüfen Sie die Live-Ansicht im MVS-Tool.
3. Geben Sie eine feste IP (bei GigE) und bestätigen Sie, dass die Kamera erreichbar ist.
4. Starten Sie in AugeLab Studio den Stream mit dem **HikRobot Camera** Block.

## Voraussetzungen

* HikRobot Kamera (GigE oder USB, je nach Modell)
* Stromversorgung (externe Stromquelle oder PoE, je nach Modell)
* Bei GigE: Netzwerkkabel und ein GigE-fähiger Netzwerkadapter am PC (ein Switch ist optional)

## Einrichtung (GigE-Kameras)

1. Kamera anschließen und mit Strom versorgen.
2. Laden Sie **MVS** herunter und installieren Sie es: <https://www.hikrobotics.com/en/machinevision/service/download/>
3. Öffnen Sie die MVS-Anwendung und prüfen Sie, ob Sie die Aufnahme starten und ein Live-Bild sehen können.
4. Weisen Sie der Kamera eine **statische IP** zu, die zum Subnetz Ihres PCs passt.
5. Öffnen Sie AugeLab Studio und fügen Sie den **HikRobot Camera** Block hinzu. Geben Sie die IP Ihrer Kamera ein und starten Sie die Aufnahme.

![HikCamera Usage](/files/pbv6DlswjzgDUU8yPzW0)

<details>

<summary>Fehlerbehebung</summary>

* Kamera in MVS sichtbar, aber nicht in Studio: Schließen Sie MVS; normalerweise kann nur eine Anwendung gleichzeitig auf die Kamera zugreifen.
* Kamera über GigE nicht auffindbar: Prüfen Sie, ob Kamera und PC im selben Subnetz sind; versuchen Sie eine direkte Ethernet-Verbindung.

</details>


---

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