Load RAW YUV video in OPENCV
问题 I have a problem with a RAW YUB video load in OpenCV. I can play it in mplayer with the following command: mplayer myvideo.raw -rawvideo w=1280:h=1024:fps=30:y8 -demuxer rawvideo My code for load in OpenCV is: CvCapture* capture=cvCaptureFromFile("C:\\myvideo.raw"); cvCaptureFromFile always return NULL. But if I try with a normal avi file, the code runs normally (capture is not null). I'm working with the lastest version of OpenCV under Windows 7. EDIT: Output messages are [IMGUTILS @