Hi everyone,
I am working with Hailo-15H and trying to run the detection example using a USB camera instead of the default CSI cameras (like IMX678). But when i run the example i get this error : “Sensor not found”
From my understanding, the media library seems to be designed for specific CSI sensors and uses subdevice detection. Since USB cameras do not have subdevices, I think this might be the reason for the error.
1. Is it possible to use a USB camera with Hailo-15H?
- Do I need to change the input configuration JSON (like source type or format)?
- Should I use a different approach like appsrc to feed frames manually?
- Is there a recommended way to bypass sensor detection for USB cameras
And, in the examples, output is sent through UDP.
If I want to display the output on screen (Wayland display) instead:
- What changes are needed?
- Can I replace UDP with something like a display sink?
Any help or suggestions would be appreciated.
Thanks!