Can I use hand gesture in hololens2?

Now I can use ray from hand to click mesh in babylon and use teleportation to wander in scene.
Can I get hand gesture to control my camera? Like index finger up to move forward,index finger left to move left?

1 Like

I am not sure hololens supports hand tracking on WebXR (outside default OS gestures like bloom or pinch) :frowning: let me add @RaananW to the thread.

1 Like

Hololens supports hands in WebXR as well, but please note that AFAIK (my last update) WebXR on the hololens is no longer fully supported. So if something doesn’t work, they will probably not fix it…

To your direct question - you can implement it using the hands feature. You can get the position of the pointer finger (or any other finger) and implement your own feature to support the movement that you want. We do support hands in our teleportation module, so if that works for you there is no need to implement it yourself.