Hello
I just installed Hailo 8 on my Raspberry Pi 5.
Installation went smoothly.
I’m enjoying the showcases (I’m only interested in Python).
However, I’m missing something, perhaps an understanding of where to insert my Python code.
In older YOLO installations, I could simply insert my code into the loop that processed the video frames. This code would then perform a specific action (e.g., activate a relay) after an object was detected.
I’m referring to the code in “object_detection.py”.
Is there any documentation for this code?
How can I identify which object is currently being detected?
Sorry for these really basic questions, but I would appreciate it if someone could point me in the right direction.
Torsten