> 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/spanish/dispositivos-y-comunicaciones/camera-usage/hikrobot.md).

# HikRobot

Las cámaras industriales HikRobot requieren la instalación de **HikRobot MVS (Machine Vision Software)** en tu PC. Después de eso, puedes conectarlas desde AugeLab Studio usando el bloque `HikRobot Camera`.

## Inicio rápido

1. Instala **HikRobot MVS**.
2. Verifica la vista en vivo en la herramienta MVS.
3. Asigna una IP estable (GigE) y confirma que la cámara sea accesible.
4. Inicia el streaming en AugeLab Studio usando el bloque `HikRobot Camera`.

![HikCamera Usage](/files/4WKCGobl0pqj96zOM6PN)

## Requisitos

* Cámara HikRobot (GigE o USB, según el modelo)
* Alimentación (fuente externa o PoE, según el modelo)
* Para GigE: cable Ethernet y una tarjeta de red compatible con GigE (un switch es opcional)

## Configuración (cámaras GigE)

1. **Conectar y alimentar** la cámara.
2. Descarga e instala **MVS**: `https://www.hikrobotics.com/en/machinevision/service/download/`
3. Abre la aplicación MVS y confirma que puedes iniciar la adquisición y ver la imagen en vivo.
4. Asigna una **IP estática** a la cámara que coincida con la subred de tu PC.
5. Abre AugeLab Studio y agrega el bloque `HikRobot Camera`. Escribe la dirección IP de la cámara y comienza la adquisición.

<details>

<summary>Solución de problemas</summary>

* **La cámara es visible en MVS pero no en Studio**: cierra MVS; normalmente solo una aplicación puede conectar a la cámara a la vez.
* **No se encuentra la cámara en GigE**: confirma que la cámara y el PC estén en la misma subred; prueba una conexión Ethernet directa.

</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, and the optional `goal` query parameter:

```
GET https://docs.augelab.com/spanish/dispositivos-y-comunicaciones/camera-usage/hikrobot.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.
