Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 563 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 563 Bytes

Image-Processing

Motion_Detection.py

Features:

detects motion and draws rectangles around them, then sends a signal to an arduino to trigger whatever you connect to it(Buzzer,LED,etc..)

Usage:

Upload Arduino_Motion.ino to your arduino and select COM8 as your serial communication port.

Connect the LED to Pin #13

For usage without the arduino functionality you can comment lines number line #50 and line #33