This file contains 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
# ************************************** | |
# Simple OpenCV / Python Security Camera | |
# Defines three Zones where activity is looked for. | |
# Each Zone is a region-of-interest for OpenCV. | |
# Simple toggle switches allow video on/off and Zone switching. | |
# Runs on a Raspberry Pi Model B with standard Pi Camera in a IP64 ELectrical box with | |
# Ethernet cable to home network. | |
# Adapted from http://www.pyimagesearch.com/2015/06/01/home-surveillance-and-motion-detection-with-the-raspberry-pi-python-and-opencv/ | |
# | |
# ************************************** |