Test the glove w/o the VR headset #67
-
Do I necessarily need the VR headset to render my palm and the finger tracking on the computer? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You do, yes. This driver works with SteamVR which requires a headset for use typically. There's a couple of other projects that allow you to use an emulated headset, and move the headset and controllers with keybinds, this one may help: https://github.com/r57zone/OpenVR-driver-for-DIY |
Beta Was this translation helpful? Give feedback.
-
Hey @LeBandicoot , If it's useful, I wrote some python code to render the fingers without VR. Currently I've implemented it over Serial, testing with the Arduino Nano in Legacy and Alpha encodings. |
Beta Was this translation helpful? Give feedback.
You do, yes. This driver works with SteamVR which requires a headset for use typically.
There's a couple of other projects that allow you to use an emulated headset, and move the headset and controllers with keybinds, this one may help: https://github.com/r57zone/OpenVR-driver-for-DIY