Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 335 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 335 Bytes

Motion Detection App

Motion detection application written using OpenCV library. The application captures video from a webcam, detects motion, and sends an email notification when motion is detected.

Prerequisites

Before running the application, make sure you have the following dependencies installed:

  • Python 3
  • OpenCV