tvtuner opencv [closed]
How to read yuyv input from tvtuner?
VideoCapture capture;
capture.open(devicenumber);
it does not work?
How to read yuyv input from tvtuner?
VideoCapture capture;
capture.open(devicenumber);
it does not work?
Asked: 2012-09-14 02:22:49 -0600
Seen: 658 times
Last updated: Sep 14 '12
What exactly doesn't work? Is this throw any exception? Try this: http://docs.opencv.org/modules/highgui/doc/reading_and_writing_images_and_video.html?highlight=videocapture#videocapture. Is opening succeeded?
Don't forget to specify your target architecture, OS and OpenCV version.