OpenCV-based motion detector for video camera.
monitoring-camera is a program that monitors the video signal from a camera and is able to detect motion.
It is similar program to motion, but it uses a background subtraction algorithm for motion detection that is included in OpenCV. Functions are very limited compared with motion.
-
see OpenCV Guide
To run:
bgsub -vid 0
Configuration file: bgsub.xml in current directory
$ git clone https://github.com/sdkn104/monitoring-camera.git
$ cd monitoring-camera/src
$ cmake .
$ make
$ make install
$ make clean-all
This program uses the following software:
This software is released under the MIT License, see LICENSE.txt.