cgtinker / BlendArMocap

realtime motion tracking in blender using mediapipe and rigify
GNU General Public License v3.0
916 stars 111 forks source link

Running mp_hand_detector.py file indivudualy to get coordinates #172

Open tuneshverma opened 11 months ago

tuneshverma commented 11 months ago

Hi, thanks for the fantastic code. But I am having some issue in coordinate conversion. I am running the mp_hand_detector.py file individually to get the coordinate and want to save it in the json so that I can load the 3D character and move the hands according to the coordinates latter whenever is required. I am getting the coordinates from "data, frame = chain.update(data, frame)", data both location and angle. But when I am manually putting these coordinates in the blender to test if they are correct or not (after the test I will automate the process), my rigged hand is getting distorted. I am unable to debug it. I am fairly new to blender, please help. I am having a sharp deadline for the project. Please help!!

anuj018 commented 3 weeks ago

Hey did you understand how to use the drivers? I'm new to blender as well and qam looking for some help