Skip to content

jdanielmyers/Motion-detection-OpenCV

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Motion-detection-OpenCV

Python/OpenCV script that detect motion on webcam and allow record it to a file.

MotionDetector Features

  • Detect moving object by calculating the average of changing over the hole image.
  • Record to a file the webcam video stream only when something moves.

Note: MotionDetectorContours is an alternative method to detect based on contours and area calculation.

About

Python/OpenCV script that detection motion on webcam and allow record it to a file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors