> 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/erste-schritte/your-very-first-project/basics.md).

# Grundlagen

In diesem Abschnitt lädst du ein Video, fügst deine ersten Blöcke hinzu, verbindest die Sockets, führst einen Frame nach dem anderen aus und wählst den Golfball als Referenz aus.

{% stepper %}
{% step %}

### Beispielvideo herunterladen

Lade das folgende Beispielvideo herunter.

{% file src="/files/mb7QpMb71ULrDYi5mejp" %}
{% endstep %}

{% step %}

### Video-Block hinzufügen

Wechsle zu AugeLab Studio und ziehe den **Video** Block aus der Blockleiste in das Szenario.

![](/files/LPOgJBcsGHr7cGHgc6wR)

Klicke innerhalb des Blocks auf **Select Video File** und lade das Video.

![](/files/84BNF408NkwEtg6jETmV)

Deaktiviere das Echtzeit-Streaming, indem du auf **Real-time** klickst.

![](/files/hEfsZbWz9c8s8aS36ovd)
{% endstep %}

{% step %}

### Image ROI Select hinzufügen

Gehe in der Blockleiste zu **Detections/Shapes** und ziehe **Image ROI Select** in das Szenario.

![](/files/RAHYfG5LQsRuBXfyTI2M)

Beim ersten Hinzufügen ist der Block leer, da noch kein Bild verbunden ist.

![](/files/Ud1oMWWWILfccYCkPMI0)
{% endstep %}

{% step %}

### Blöcke verbinden

Klicke auf den **Image** Ausgangssocket des **Video** Blocks.

![](/files/jpFpRtDhPZZVzWIT5Fsv)

Bewege den Cursor zum **Image** Eingangs‑Socket von **Image ROI Select** und klicke erneut, um die Verbindung herzustellen.

![](/files/xMiivuEaYrysfLVcAzCl)
{% endstep %}

{% step %}

### Einen Frame ausführen

Drücke **Run Step** in der Menüleiste, um einen Video‑Frame zu verarbeiten.

![](/files/WehPtJ7Xw96y3NxfMAI9)

Du solltest nun den Frame im ROI‑Block sehen.

![](/files/Aq4XHgIybTM4BzU12b9f)
{% endstep %}

{% step %}

### Den Golfball auswählen

Klicke, ziehe und lasse los, um den Bereich um den Golfball als ROI festzulegen.

![](/files/kO8haPjehjfyYUlJyg4s)

Dieser ausgewählte Bereich wird im nächsten Teil als Referenz verwendet.
{% endstep %}

{% step %}

### Szenario verschieben und zoomen

Halte die mittlere Maustaste gedrückt, um im Szenario zu verschieben.

![](/files/HqaX3C6z0UfV7uxKAdNa)

Verwende das Mausrad, um rein- und rauszuzoomen.

![](/files/NLkB82O8I5x1KdTsOXDY)
{% endstep %}
{% endstepper %}

Du kennst jetzt die Grundlagen: Blöcke hinzufügen, Sockets verbinden, einen Schritt ausführen, ein ROI auswählen und im Szenario navigieren. Fahre auf der Seite zur Erkennung fort.


---

# 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/german/erste-schritte/your-very-first-project/basics.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.
