Hi,
I am trying to display video from a USB camera in Windows 10. USB camera sends data in RAW10 format.
I wanted to use OpenCV for this, but I am seeing people reporting videoCapture.set(CV_CAP_PROP_CONVERT_RGB, false) is not working hence OpenCV will always try to convert incoming stream. I would like to get raw video data coming from USB and then process and display it. Is there a solution for this in OpenCV ?
Regards,
Nandan