webxr-handtracking icon indicating copy to clipboard operation
webxr-handtracking copied to clipboard

handtracking not working on quest 2, browser 14.0.2

Open roberttwomey opened this issue 3 years ago • 5 comments

Hi Marlon. These projects are awesome! Thank you for sharing. Have you tested the webxr-handtracking with the Quest 2?

I'm trying on Quest 2 with the built in browser (version 14.0.2), and do not see any scene geometry or hand meshes after I "Enter VR". I do however see the oculus menu and the settings menu floating where my wrists would be, and am able to access those.

I have enabled the #webxr-hands in chrome://flags, as well as within the Oculus settings.

Thanks for any insight! Also... I am friends with some of your virbela colleagues :) are you still working with them?

roberttwomey avatar Mar 16 '21 18:03 roberttwomey

I'm also seeing the same issue with the Quest 2. For what it's worth, a similar thing is happening when I try the demos at https://github.com/pmndrs/react-xr

I am new to the Quest, but I'm happy to try to debug once I get a local dev environment setup.

jhartquist avatar Mar 24 '21 16:03 jhartquist

Same issue here, scene is completely dark and sometimes I see Oculus menu/Setting menu icon. Oculus 2, latest version of Oculus browser.

0dd-b1t avatar Mar 28 '21 12:03 0dd-b1t

The hand tracking demo at https://immersive-web.github.io/webxr-samples/proposals/immersive-hands.html still works on Quest 2 so the issue is somewhere with this sample.

I haven't debugged it in depth, but it looks like XRHand.LITTLE_PHALANX_TIP and similar constants are not defined so the boxes array fails. Running XRHand.INDEX_PHALANX_TIP = 4; XRHand.THUMB_PHALANX_TIP = 3; XRHand.LITTLE_PHALANX_TIP = 24; early in the code gets the first frame to work before it errors out.

sigmaxipi avatar Apr 09 '21 01:04 sigmaxipi

It cannot work in my Oculus1 (browser version 16.2.0)

kenchikuliu avatar Jul 19 '21 02:07 kenchikuliu

Doesn't work for me on quest 1 browser vUnknown

Ecorous avatar Aug 04 '21 07:08 Ecorous