This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# This script was originally created by by killagreg î Thu Dec 18, 2014 7:53 am | |
# see http://www.raspberrypi.org/forums/viewtopic.php?p=656881#p656881 | |
# This script implements a motion capture surveillance cam for raspberry pi using picam | |
# and is based on the picamera python library. | |
# It uses the "motion vectors" magnitude of the h264 hw-encoder to detect motion activity. |