Skip to content

Instantly share code, notes, and snippets.

View tacoman784's full-sized avatar

tacoman784

  • England
View GitHub Profile
# **************************************
# 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/
#
# **************************************