-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HAND_MOVE event for PICO VR not working #45
Comments
what is your Pico browser version? |
3.3.45 |
Also, MotionControllers + CONTROLLER_MOVE event doesn't work well either. Code as follows self.app.add_handler("CONTROLLER_MOVE")(self.on_motion_controller_move)
session.upsert @ Hands(fps=fps, stream=True, key="hands", showLeft=False, showRight=False)
session.upsert @ MotionControllers(stream=True, key="motion-controller", left=True, right=True) The handler can be called, but the event is empty as follows:
|
Strangly, I just tried Quest 3, with the vuer version 0.0.41,
Could be some problem from my side? |
Thanks for the great work.
Currently I'm working on make it work on PICO VR. Everything else works well, only HAND_MOVE event fetched from client has it's content empty. The event value is as follow:
I believe the issue is on the Vuer client js side, but unluckily I didn't find it's source on github.
Please help to make it work. Thanks.
The text was updated successfully, but these errors were encountered: