mirror of
https://github.com/vipul-sharma20/motion-sensor.git
synced 2026-06-28 08:23:05 +00:00
Motion Sensing webcam using SimpleCV, python
- Python 100%
| README.md | ||
| sensor.py | ||
motion-sensor
Motion Sensing webcam using SimpleCV, python This script uses the webcam and makes it act as a motion sensor, as soon as the motion is greater than a specific threshold, the webcam starts capturing the images along with the date and time(GMT) of capture and stores it at a path specified in the script
to run this script you need : SimpleCV (get it from http://www.simplecv.org/download ), python 2.*