Hello,
I am running into an issue where I get this reported when running examples from the documentation on raspberry pi ai kit. Some of the output is truncated.
rpicam-hello -t 0 --post-process-file ~/rpicam-apps/assets/hailo_yolov8_pose.json --lores-width 640 --lores-height 640
Made DRM preview window
Postprocessing requested lores: 640x640 BGR888
Reading post processing stage "hailo_yolo_inference"
No post processing stage found for "object_detect_draw_cv"
I have followed the guide from for the hailo ai kit from raspberry pi and this worked with the cameras from raspberry pi, but now I have 3rd party cameras and have to rebuild libcamera and rpicam-apps, which I think may be causing this issue.
When I build rpicam-apps it finds hailo is installed. Is there something else I need to do to build the post processing files or change a meson.build file so that it copies them to the appropriate locations when doing the meson install?