Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

motion-detect

Realtime motion detection using OpenCV.

Input can be a webcam or a saved video file.

Requirements

Python, Numpy and OpenCV.

Note: may not work well with Anaconda's opencv package because codecs are not included.

In Ubuntu/Debian: sudo apt-get install python-numpy python-opencv

Installation

python setup.py install

Alternately, just place the file motion-detect in your path, or simply run the script directly, e.g.

git clone https://github.com/kylerbrown/motion-detect.git
cd motion-detect
./motion-detect

Usage

For usage help, type motion-detect -h

Example Image

About

detection motion in realtime from webcam or file, outputs data for analysis

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages