Hello community,
I'm facing a problem with multi-devices. I have two hailo8 modules, I want to use them for different gstream pipelines. For example, I want one pipeline for license plates recognition, and another for face detection. I can start them separately with the two hailo mudules. If I setup only one hailo, run another pipeline will report lack of hailo device, so one pipeline will occupy one device.
But can I fix the pipeline to a hailo device and the other pipeline to another hailo device?
For example, LPR fix run on hailo 1, Face Dection fix run on hailo 2?
I have searched the community, only find a multi_stream_detection.sh, with --device-count x, but this only share the devices, not fix.
My upper program wants to know the running status of each device. So is there any way to fix the hailo device, not only by hailort scheduler? Thanks.
Best Regards.