xr
Installation
SKILL.md
Vuer XR
Requires wss://. Use ngrok: ngrok http 8012 then https://vuer.ai?ws=wss://xxxx.ngrok.io
Hand Tracking
session.set @ DefaultScene(Hands(key="hands", stream=True))
@app.add_handler("HAND_MOVE")
async def on_hands(event, session):
left = event.value.get('left')
if left:
wrist = left['wrist']
pinch = left.get('pinchStrength', 0)
Joints: wrist, thumbTip, indexTip, middleTip, ringTip, pinkyTip, pinchStrength, matrix