Ask Your Question

Nish's profile - activity

2014-02-11 22:06:19 -0600 asked a question Opencv cant access camera connected through video capture device

I have a analog camera connected to EasyCap video capture device. When I run a basic code which opens webcam video using OPENCV, I can access my in-built webcam but not the other analog camera.

How would you connect any other camera (FPV, IR, etc) to the PC such that OPENCV can access it.

Thanks.

2014-02-07 13:29:17 -0600 asked a question Unable to access my analog camera

I have a analog camera whose video I see on my computer using EASYCAP video capture device. I also have a webcam. When I try running any OPENCV videocapture code in C++ it picks video only from my webcam and not the analog camera.

I can see the video from analog camera in Windows Movie maker but C++ wont access it. I noticed that the capture device is stored in the device manager as a sound,video and game controller while the webcam is stored as a imaging device. Is it not showing this feed because OPENCV wont recognize it.

Can anyone please advice me how they connect their analog camera (FPV, IR, etc) to the computer and process it. I have to process the video from a external analog camera which I connect to the PC using a video capture device.

Thanks.