Skip to content

A webcam-based motion detector built in Python leveraging OpenCV

Notifications You must be signed in to change notification settings

AvyayAgarwal/MotionDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MotionDetector

A webcam-based motion detector built in Python leveraging OpenCV.

Features include automatic generation of a time series graph to visualize motion detection based on timestamp and duration.

How To Use

  1. Open Terminal or Command-Prompt and navigate to this directory containing this application

  2. Install the required libraries such as cv2, bokeh, pandas, etc. if you do not already have them. (Note: This uses Python 2.7 and not 3.x so please install libraries accordingly)

  3. Run

python2.7 plot.py

About

A webcam-based motion detector built in Python leveraging OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages