Hello I just start to use the Raspberry pi 5 AI hat I can run the AI hat with out any problem but I couldn’t figure out how to integrate the picamera2 library with the AI hat
if anyone could show me an example to how to detect an object using the AI hat and the picamera2 library that will be a great help
thank you in advance
Hi @waleed_shalaty
Welcome to the Hailo community. At DeGirum, we developed PySDK, a python package that simplifies application development with Hailo devices. You can see installation and usage examples at: DeGirum/hailo_examples: DeGirum PySDK with Hailo AI Accelerators. For your specific use case, you can see our example notebook at: hailo_examples/examples/016_custom_video_source.ipynb at main · DeGirum/hailo_examples. The notebook has a section on how to use picamera2 with our PySDK. Please see if it helpful and feel free to reach out if you run into any issues.