BlendArMocap
BlendArMocap copied to clipboard
Blender 3.1 Phyton 3.10.2 No Mediapipe found
Blender 3.1 Phyton 3.10.2 No Mediapipe found
Which operating system are you using?
i am having the same problem sir i am running windows 11 blender 3.2 No module named 'mediapipe.python' this is the error do you know how to download every thing manually if even posble
yea it's possible using the command line:
- find the path to your blender python executable (usually located in the blender folder/resources/version/python/bin)
- path/to/python_executeable ensurepip
- path/to/python_executeable pip install mediapipe
- path/to/python_executeable pip install opencv-python
On silicon macs it's required to use blenders intel version, as the silicon version of mediapipe is not stable enough. Also 64bit operating systems are required. There can be issue installing mediapipe as it's still in beta.
Did the manual setup solve your issue? If not, could U try blendarmocap v1.5.0 in blender v2.9.3 LTS?
Let me know ;)
Thanks for the reply i did use the v1.5.0 and all working great but the eye brows but i think it's more from my hardware
great, thanks for the reply! are the eyebrows not animated at all or just with low movement? I've added custom properties to increase and decrease mapping results, so maybe u can adjust it :) added some details in the readme, will make a tutorial about this soon