Hello community,
I need your advice to solve my project task.
I have a Raspberry Pi 5 + Hailo8L AI kit, and I am running the RPi-examples, all working perfectly.
Now, I need to modify a Python script to count items using the RPi camera.
Could you recommend some solutions or advice on how to implement this with the Hailo8L?
Currently, I am using YOLOv10 for object counting with the RPi, but the FPS is too slow. I found that the Hailo8L could be a very good solution for this task.
Welcome to the Hailo Community! We’re excited to have you here. Let’s get you started with some resources to help you integrate the Hailo API with your Raspberry Pi camera setup:
Hailo Python API Examples:
Check out these helpful examples to understand how to use the Hailo Python API:
Next Steps:
With these resources, you’ll need to update your current script to:
a) Interface with the Raspberry Pi camera
b) Integrate the Hailo model for processing
If you run into any issues or have questions during the integration process, don’t hesitate to ask. We’re here to help!