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
- Host: GitHub
- URL: https://github.com/yanukadeneth99/simple-motion-capture
- Owner: yanukadeneth99
- Created: 2022-11-04T09:47:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T09:47:37.000Z (over 2 years ago)
- Last Synced: 2025-01-11T19:30:22.041Z (5 months ago)
- Topics: motion-capture, python
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
