Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

C++ Library to read Multiple IP cameras simultaniously

I am wondering if there is any C++ library for reading multiple IP cameras and do the simplest motion detection. I of course know OpenCV can do this but it is kind of heavy when it comes to multiple cameras. My target is 20 IP cameras. I have seen commercial applications doing this task, so I know this is somehow possible for sure. Below are some commercial applications which can do motion detection on multiple IP cams.

  1. http://www.deskshare.com/video-surveillance-software.aspx
  2. http://sourceforge.net/projects/surveillance/
  3. http://www.nchsoftware.com/surveillance/
  4. http://download.cnet.com/Camera-Viewer-Pro/3000-2348_4-75123285.html

I am seeking for a C++ library because I need to run trigger some OpenCV code on motion detection.

Any ideas please?

C++ Library to read Multiple IP cameras simultaniouslysimultaneously

I am wondering if there is any C++ library for reading multiple IP cameras and do the simplest motion detection. I of course know OpenCV can do this but it is kind of heavy when it comes to multiple cameras. My target is 20 IP cameras. I have seen commercial applications doing this task, so I know this is somehow possible for sure. Below are some commercial applications which can do motion detection on multiple IP cams.

  1. http://www.deskshare.com/video-surveillance-software.aspx
  2. http://sourceforge.net/projects/surveillance/
  3. http://www.nchsoftware.com/surveillance/
  4. http://download.cnet.com/Camera-Viewer-Pro/3000-2348_4-75123285.html

I am seeking for a C++ library because I need to run trigger some OpenCV code on motion detection.

Any ideas please?