Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

Awesome Lists containing this project

README

        

# BlendyPose
BlendyPose is currently unmaintained, please check out the fork: https://github.com/SpectralVectors/PosePipe

Blender Motion Capture using your camera!

## Note
This will install to Blender's Python path, rather than your system's.

## Install
1 - Open Blender

2 - 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/PosePipe

BlendyPose 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!