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.
- Real-time motion detection using computer vision
- Alarm system with audio alerts
- Configurable sensitivity
- Simple keyboard controls
- Python 3.x
- OpenCV (
cv2
) - imutils
- Threading library
- Clone the repository
- Install required dependencies:
pip install opencv-python imutils
Run the main script and use the following keyboard controls:
- Press 't': Toggle alarm mode
- Press 'q': Quit the application
- Python
- OpenCV
- Computer Vision
- Threading
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.