Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Seems that AUTO_STEP is right (YUV422 is 16 bit per pixel depth, so CV_8UC2 is the right choice). To operate with image it will be simpler to convert image to RGB colorspace, so I suggest you to make cv::cvtColor( img, rgbimg, COLOR_YUV2RGB_UYVY)