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
-
Notifications
You must be signed in to change notification settings - Fork 0
FreddyJohn/FrontCam
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 0
No packages published