After i dialog with omria I have decided to release my basic engine.
It is the hailo basic detection part from the hailo-rpi-exsamples .
In realty it is a rpi 5 8 mb with a AI+hat and a rpi PICO as io.
I am releasing it on hacster.io be course it dont want to use more time on it as necessary.
Feel free to change or what ever your decide is necessary for you to get your project working.
In reality the hailo will generate a string for every detection. And a string for every new frame includes frame number.
then it goes via a named pipe to a c++ program that checks the strings for matches and send commands via usb comport to the pico.
It is easy for makers to get some real value out of the hailo chip.
You can get it here.
Hailo rpi5 and pico as IO - Hackster.io
1 Like
Hey @Kim_Madsen,
Thanks for the contribution of this amazing project - hopefully this can help members of the community!
1 Like
I got a qt version of the hailopipe.
So if you got a working version of qtcreator on your rpi the link to the src is here
There is also a new pico code and a new starthailo.sh
It is out of my scope to help with settings of Qt so have fun. -)
1 Like