An open API service indexing awesome lists of open source software.

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.

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.