Senso VR glove support for ALVR #1438
alexeykachan
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
Which version of ALVR are you using? There is no ovr_context.cpp file in the current code. Also, for your use-case, you don't have to interface with ALVR at all. You have to disable controllers and then create a separate driver to send hand tracking data |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear community, I'm developer of Senso VR Gloves.
At the moment I'm using "hook" in ovr_context.cpp for getting tracking info and directing it into our software, but it would be wonderful to have it in further official releases.
It works this way : ALVR is running without controllers, but Oculus Quest is sending information about tracking hands anyway, so our software is receiving it, and use as additional information for 3d position, for skeleton of the hand etc.
All we need are few strings of code - send the same into "inputSend(info);" in additional UDP port on the same server_ip. I did it in native code in ovr_context.cpp but it seems it's better to do in in Rust code.
What do you think ?
Goal is - to use Senso VR gloves ( senso.me ) with Oculus Quest + ALVR and do it properly.
Beta Was this translation helpful? Give feedback.
All reactions