Where Can I Find the Implementation of import hailo?

Hi everyone,

I’m trying to run the detection.py script from the Hailo Raspberry Pi 5 examples, but I’m having trouble locating the actual implementation of import hailo.

Where can I find the source code or documentation for the hailo module? Is it included in a specific package that needs to be installed separately, or is it part of the SDK?

Any guidance would be much appreciated!

Thanks!

Hey @user69,

Welcome to the Hailo Community!

Yes, this functionality is included in our SDK for the Raspberry Pi. All you need to do is install the standard Hailo packages:

sudo apt update
sudo apt full-upgrade
sudo apt install hailo-all

That’s it! Let us know if you need any further assistance.