How to view TV Tuner component input with OpenCV?
- by monky822
Hi Everyone,
I'm trying to use my tvtuner instead of a webcam with opencv.
The problem is that by default cvCaptureFromCAM(0) gives me the tv channel of the tv tuner, but what I actually want the input from my the RCA input of the tv tuner.
I have tried usingcvCaptureFromCAM(-1) to check if there are additional camera devices found within the tvtuner, but it only gives me the general tvtuner as an option.
Is there a way to change the channel of the input?