First time here? Check out the FAQ!
answered 2016-12-26 07:46:21 -0600
VideoCapture will convert the image automatically to BGR colorspace.
you can disable this conversion (and receive YUV) by setting the CAP_PROP_CONVERT_RGB property to false.