Ask Your Question

trial_22's profile - activity

2016-06-09 07:52:29 -0600 answered a question video capture crossbar

Hello. I have the same problem. Did you find the solution for that? Thanks..

2016-06-09 07:52:29 -0600 asked a question How to change the input of the video capture card?

I have a video capture card which has 3 inputs (S-video,Composite,TV). How can I change the input of the capture card in run-time by using OpenCV? I am using Visual Studio 2010 c++ and OpenCV 2.1.

When I try to capture video with "capture = cvCaptureFromCAM(0);", It selects the default input of the capture card. Changing the the index of "cvCaptureFromCAM" (capture = cvCaptureFromCAM(1);) does not solve my problem. Any help would be appreciated. Thank you in advance...

2016-06-09 04:07:29 -0600 received badge  Organizer (source)