/motion-detector

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

motion detect

Using the OpenCV 2 library to implement the motion detector. This program capture images from camera and analysis the images. If motion detected, the alarm will be triggered.

montion-detect

Quick Start

Requirements:

  • python3-opencv
  • aplay

Run the motion detector:

python3 motion.py 

Exit the program

Press 'ESC'

License

Remote-Pio is releaseed under the [BSD 2-Clause License] (https://opensource.org/licenses/bsd-license).