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

https://github.com/yanukadeneth99/simple-motion-capture

Simple Motion Capture to detect moving objects
https://github.com/yanukadeneth99/simple-motion-capture

motion-capture python

Last synced: 3 months ago
JSON representation

Simple Motion Capture to detect moving objects

Awesome Lists containing this project

README

        

# Motion Capture

This Program instantiates the camera and loads the first frame as the main image. Whenever there is motion from the 1st frame, that motion is captured and a bounding box will be displayed.

## Run

- Run using `python Capture.py` or `python3 Capture.py`
- Make sure to not create any motion for the first frame
- Move objects into the frame to see the bounding box

## Code

![Code](https://i.imgur.com/c1LBor1.png)