Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.