hello,
ı have OAK-FFC-3P with arducam ımx477 cameras. Can I get stereo rgb video from left and right cameras separately ? I can get video one of them with;
camRgbR = pipeline.create(dai.node.ColorCamera)
xoutVideo = pipeline.create(dai.node.XLinkOut)
xoutVideo.setStreamName("video")
camRgb.setBoardSocket(dai.CameraBoardSocket.CAM
C) //or CAM
B