tvtuner opencv [closed]

asked 2012-09-14 02:22:49 -0600

Ashish Jaiin gravatar image

updated 2012-09-14 02:34:57 -0600

Daniil Osokin gravatar image

How to read yuyv input from tvtuner?

VideoCapture capture; 
capture.open(devicenumber);

it does not work?

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by Kirill Kornyakov
close date 2012-09-17 03:58:24.017586

Comments

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?

Daniil Osokin gravatar imageDaniil Osokin ( 2012-09-14 05:42:49 -0600 )edit

Don't forget to specify your target architecture, OS and OpenCV version.

Andrey Pavlenko gravatar imageAndrey Pavlenko ( 2012-09-17 03:42:25 -0600 )edit