• DepthAIHardware
  • How to start RGB UVC camera from left and right camera, not middle camera?

Hello,

I am using OAK-D-Lite. I can use the UVC function right now using this
command. But how can I access the left and right lenses in RGB?
Since the one that opened is always the middle one.

The command I used for starting the camera

python3 depthai_demo.py --app uvc

    I plan to use GStreamer to stream the view of left and right camera, but I don't have idea since UVC only work with one view, not stereoscopic one.

    • erik replied to this.

      AIwonderful You can stream left/right to host computer, and then create UVC streams using the example Jaka provided above. Thoughts?