Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zonkypop/BlendyPose
Blender Motion Capture using your camera!
https://github.com/zonkypop/BlendyPose
Last synced: 3 months ago
JSON representation
Blender Motion Capture using your camera!
- Host: GitHub
- URL: https://github.com/zonkypop/BlendyPose
- Owner: zonkypop
- License: apache-2.0
- Created: 2021-03-16T01:45:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-19T02:13:55.000Z (over 2 years ago)
- Last Synced: 2024-04-17T08:58:35.484Z (7 months ago)
- Language: Python
- Size: 7.85 MB
- Stars: 103
- Watchers: 6
- Forks: 43
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlendyPose
BlendyPose is currently unmaintained, please check out the fork: https://github.com/SpectralVectors/PosePipeBlender Motion Capture using your camera!
## Note
This will install to Blender's Python path, rather than your system's.## Install
1 - Open Blender2 - Go to Edit > Preferences > Add Ons > Install Add on, then select blendy_pose.py and click enable
3 - Open the BlendyPose panel and click Start Camera! The first time will take around a minute to install the libraries
## Credits
This is repo is using the fork from Spectral Vectors: https://github.com/SpectralVectors/PosePipeBlendyPose is made using [MediaPipe](https://github.com/google/mediapipe), [OpenCV](https://github.com/opencv/opencv-python)
[Nicholas Renotte](https://www.youtube.com/c/NicholasRenotte) provided some Mediapipe knowledge.
weixin_44834086 demonstrated how to downgrade protobuf, which makes mediapipe compatible with Blender 3 and up!