-
Hi, I'm trying to get both hand joint's rotation on hololens2. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I figured out the method I was using from the demo will just get handjoint data from any matched ones, it's listening from both hands afterall |
Beta Was this translation helpful? Give feedback.
-
You could also use the HandJointUtils.TryGetJointPose to get the pose of specific joints for the specified hand:
|
Beta Was this translation helpful? Give feedback.
I figured out the method I was using from the demo will just get handjoint data from any matched ones, it's listening from both hands afterall
.
I just need to use HandJointService.RequestJointTransform which is exactly what I need to get the joint data I wanted.