Skip to content

FrontCam is python code that detects motion from a video stream and uploads the detected motion to s3 bucket. Use this for research as I do not actively maintain this repository.

Notifications You must be signed in to change notification settings

FreddyJohn/FrontCam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

FrontCam

FrontCam is python code that detects motion and uploads the captured motion to an s3 bucket. It achieves this by taking the standard deviation of the absolute difference between two grayscaled regions of interest within two consecutive frames. This is a very simple and effective motion detection algorithm all found in getVOSD() of FrontCam.py , if you want you can take the std of n regions of x,y size and extrapolate close from far motion. The Graph in the upper-right corner displays the output of this process in real time

alt text

About

FrontCam is python code that detects motion from a video stream and uploads the detected motion to s3 bucket. Use this for research as I do not actively maintain this repository.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages