I know about the output of the mediapipe should be the coordinates of the NDC, how did you convert the output so that it can be used correctly in unity?
Or maybe the data uploaded from your mobile phone are already available coordinates?
The landmark positions from the hand landmark model are 3D coord relative to the wrist.
I manually converted the NDC wrist position by calculating the depth based on finger distance.
I know about the output of the mediapipe should be the coordinates of the NDC, how did you convert the output so that it can be used correctly in unity? Or maybe the data uploaded from your mobile phone are already available coordinates?