Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1011 Bytes

README.md

File metadata and controls

40 lines (32 loc) · 1011 Bytes

Motion Detection Alarm System

Overview

A Python-based motion detection alarm system using computer vision techniques with OpenCV and imutils. This project implements a real-time motion detection system that can trigger an alarm when significant movement is detected.

Features

  • Real-time motion detection using computer vision
  • Alarm system with audio alerts
  • Configurable sensitivity
  • Simple keyboard controls

Prerequisites

  • Python 3.x
  • OpenCV (cv2)
  • imutils
  • Threading library

Installation

  1. Clone the repository
  2. Install required dependencies:
    pip install opencv-python imutils
    

Usage

Run the main script and use the following keyboard controls:

  • Press 't': Toggle alarm mode
  • Press 'q': Quit the application

Technologies

  • Python
  • OpenCV
  • Computer Vision
  • Threading

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.