Hello everyone,
I鈥檝e been working on object detection using Picamera2 on a Raspberry Pi, and I鈥檓 currently using the Hailo AI model with the example code provided here:
picamera2/examples/hailo/detect.py at main 路 raspberrypi/picamera2 路 GitHub
The detection works well, but I would now like to extend it to support object tracking.
Is there a recommended way or any guides available to implement object tracking using Picamera2, especially in combination with the Hailo model?
Any help or pointers (libraries, code examples, etc.) would be greatly appreciated!
Thanks in advance