Creating your own application that use HAILO-8L

Hi Everyone, I recently started fiddling with computer vision inference using HAILO-8L and a RPI5. I am wondering if anyone has a good tutorial/documentation/GitHub repo that would showcase how to build applications using HAILO from scratch. I’ve already visited the rpi5-examples and similar projects, and the issue I often run into is that they seem to be focused only on the inference part, while I would like to also write myself the pre/post processing part, such as camera initialisation or frame displays. So does anyone know how I could do this? Thanks in advance for the help

Hi @Ignacio_Wasowicz-Pei
At DeGirum (a SW partner of Hailo), we developed PySDK, a python package, to make application development easier with Hailo devices. You can see our usage examples at: DeGirum/hailo_examples: DeGirum PySDK with Hailo AI Accelerators. Please see if you find this useful.