# M239 Projekt - Objekterkennung

## Thema

Mit Hilfe einer Raspberry Pi Kamera sowie einer Edge TPU, sollen in Echtzeit Objekte erkennt werden. Die Kamera dient offensichtlich dazu, Bilder der Objekte aufzunehmen. Mit Hilfe eines Programms wird dann das gescannte Objekt mit Unterstützung einer Datenbank zugeordnet. Damit das Ganze funktioniert, werden höhere Rechenleistungen vorausgesetzt als sie der Raspberry Pi alleine bieten kann. Hier kommt die Edge TPU ins Spiel. Diese kann bei maximaler Ausschöpfung dem Raspberry Pi bis zu 20 Mal mehr Rechenleistung bescheren. In diesem Fall reicht die Standard-Konfiguration völlig aus. Diese gibt dem Raspberry Pi das fünffache an Rechenleistung.


---

# Agent Instructions: 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://m239.mike-daetwyler.ch/m239-projekt-objekterkennung.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.
