https://github.com/taggagii/movement-detection
More playing with OpenCV. Detects there's been motion between two frames and then puts a box around it.
https://github.com/taggagii/movement-detection
camera learning-by-doing opencv opencv-python
Last synced: 2 months ago
JSON representation
More playing with OpenCV. Detects there's been motion between two frames and then puts a box around it.
- Host: GitHub
- URL: https://github.com/taggagii/movement-detection
- Owner: Taggagii
- Created: 2021-09-29T19:41:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T19:43:14.000Z (over 4 years ago)
- Last Synced: 2025-01-16T01:14:43.157Z (over 1 year ago)
- Topics: camera, learning-by-doing, opencv, opencv-python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movement Detection
This is foundational code for movement detection from the camera. This code could be adapted to be something similar to motion activated security cameras, which start recording once they detect something moving. This code does not do that, but it would quite similar to implement.