Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
k.takahashi's avatar
k.takahashi
Honored Guest
1 year ago

Is there any other way to get hand tracking data other than using OpenXR in PCVR?

Hi,
 
I am trying to find out if there is another way to get hand tracking data other than using OpenXR in PCVR.
 I know that hand tracking data can be got by using Meta Quest Link's OpenXR.
 
Thank you.

2 Replies

  • Hi,

    do you mean the hand bone rotations / transforms by "hand tracking data"? There is an API inside the MetaXR Plugin for that so you do not have to go through OpenXR.

    • k.takahashi's avatar
      k.takahashi
      Honored Guest
      Thanks for your reply.
       
      I have looked into about the Meta XR Plugin and I understand that the Meta XR Plugin is a Unity plugin, is my understanding correct?
       
      What I want to achieve is if it is possible to get hand tracking information by native (C/C++) methods other than OpenXR.