pmndrs / react-xr

🤳 VR/AR with react-three-fiber
https://npmjs.com/@react-three/xr
MIT License
1.98k stars 137 forks source link

Hand-tracking hardware? #292

Closed maurocolella closed 11 months ago

maurocolella commented 11 months ago

Hi, I am sorry if this is the wrong place, but I wanted to ask what is the hardware used in the hand tracking demos?

CodyJasonBennett commented 11 months ago

Meta Quest 2 is what we use mostly, but anything that supports hands as an input scheme is supported.

maurocolella commented 11 months ago

Thank you.

saitonakamura commented 11 months ago

AFAIK only Meta Quests (1, 2 and Pro, and obviously 3 in the near future) support hand tracking. Pico Neo 4 does support hand tracking in its own interface, but not in WebXR

You can also debug it with https://github.com/meta-quest/immersive-web-emulator/, it does support hand tracking emulation