0

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.

Dani van der Meer
  • 6,169
  • 3
  • 26
  • 45
Jayesh
  • 3,891
  • 11
  • 55
  • 83
  • i struggled with the same problem and hope it helps! [the original thread + answer](http://stackoverflow.com/questions/22146205/grab-frame-ntsctousb-dongle-opencv2-python-wrapper/22183737#22183737) – user3380927 Mar 04 '14 at 21:51

2 Answers2

1

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
  • 12,678
  • 2
  • 41
  • 60
0

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
  • 6,169
  • 3
  • 26
  • 45