Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abduibasit/motion-detection
Motion Detection Application using Python OpenCV, imutils and datetime libraries
https://github.com/abduibasit/motion-detection
camera computervision motiondetection videocapture
Last synced: about 2 months ago
JSON representation
Motion Detection Application using Python OpenCV, imutils and datetime libraries
- Host: GitHub
- URL: https://github.com/abduibasit/motion-detection
- Owner: abduIbasit
- Created: 2023-11-28T16:02:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T17:03:53.000Z (about 1 year ago)
- Last Synced: 2023-11-29T17:41:54.931Z (about 1 year ago)
- Topics: camera, computervision, motiondetection, videocapture
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Green Light Red Light Motion Detection Game
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.
## Dependencies
- Python (>=3.9)
- OpenCV
- imutils
- datetime## Installation
To install the required dependencies, run the following commands:
```bash
pip install opencv-python imutils
```## Usage
```python
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.