Hi, I was using the tutorial to get frames from multiple devices and then do some object detection on the host computer, however, it is extremely slow, as the camera shows objects 10 seconds after I bring them in front of the camera so now I am looking at alternative ways to get frames from multiple cameras. I just need at least 1 frame per second.

    SadiaC as the camera shows objects 10 seconds after I bring them in front of the camera

    Set the queues to non-blocking if the delay comes from the devices.

    Thoughts?