This project is an implementation of a motion detection application inspired by the green light red light game. The application captures even subtle movements, such as a face twitch, using Python with OpenCV, imutils, and datetime libraries.
- Python (>=3.9)
- OpenCV
- imutils
- datetime
To install the required dependencies, run the following commands:
pip install opencv-python imutils
git clone https://github.com/abduIbasit/motion-detection.git
cd motion-detection
python motion_detection.py
Feel free to customize the template further based on your interest and idea.