Demultiplexing UVC Images from oCamS-1CGN-U

Author
Blueno
Date
2021-02-20 05:19
Views
263
I am interested in using the oCamS-1CGN-U on a computer running macOS 10.15.7 on an Intel-based MacBook Pro. I am able to connect the camera via USB and receive the multiplexed images, both via OpenCV and other camera viewers. I would like to extract the stereo images from the multiplexed data, and I was wondering if you could provide more details about the multiplexed image format. When I use OpenCV's VideoCapture, I receive an image which is 1280 * 960 * 3 bytes, and I am hoping you can provide more details about how this image's data corresponds to each of the two stereo images. Thank you.