views:

39

answers:

2

Hi,

Can I take the image feed from Analog Camera using OpenCV, in a similar manner as it is done using the Digital Camera?

As-In the concept of FPS, does that work similarly with the Analog Camera's?

Thank You.

+1  A: 

You would typically connect a CCTV camera to a capture board and then process as normal. Example cards can be found on the ZoneMinder site, software for video surveillance.

http://www.zoneminder.com/shop.html

Steve-o
A: 

One option I used in the past is a Video to USB Converter. I used this one. I used it on Windows, but it might support also other platforms.

I didn't try it, but the camera interface should work directly with the OpenCV capture functionality.

Analog cameras have a fixed FPS. If I am not mistaken it is different for PAL and NTSC, try searching for it.

Dani van der Meer