Skip to content

sdkn104/monitoring-camera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

monitoring-camera

OpenCV-based motion detector for video camera.

Description

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.

Requirement

Tested on

Usage

To run:

bgsub -vid 0

Configuration file: bgsub.xml in current directory

Install

$ git clone https://github.com/sdkn104/monitoring-camera.git
$ cd monitoring-camera/src
$ cmake .
$ make
$ make install
$ make clean-all

Acknowledgements

This program uses the following software:

Author

sdkn104

License

This software is released under the MIT License, see LICENSE.txt.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published