Motion Sensing webcam using SimpleCV, python
Find a file
2013-12-28 13:46:11 +05:30
README.md Create README.md 2013-12-27 20:40:48 +05:30
sensor.py Update sensor.py 2013-12-28 13:46:11 +05:30

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.*