Hi, i got the hailo 8L chip for my raspberry pi 5. The idea i had in my had was to just rework my existing script a little bit and use it to run inference on my streams (kind of as a drop in replacement). This now appears to have been very optimistic.
So far i see a bunch of functions from the hailo python bindings being called in the rpi 5 examples, but i have yet to trace where these are documented, i’ve registered here to try to access the docs but the link just redirects back to the forum.
What im looking for is a descriptive list (can also be code) where the functions that are called in rpi5examples are documented
like these two:
roi = hailo.get_roi_from_buffer(buffer)
detections = roi.get_objects_typed(hailo.HAILO_DETECTION)
I havent found them in tappas, havent found them in hailort and havent found them in rpi5examples. There also seems to be no real docs?