Forum Discussion
UNISTBiRC
7 years agoHonored Guest
How can I get Yaw Pitch Roll value, using dll?
I am a student who recently became interested in Oculus rift. I want to use the SDK to get the Roll Pitch yaw, make it a dll file, and use it in LabVIEW. I am having a hard time learning cpp...
kojack
7 years agoMVP
Are you trying to get pitch/yaw/roll of the headset or touch controllers?
Both work almost the same way.
For controllers, you can take a look at my https://github.com/rajetic/auto_oculus_touch library. It's a C++ DLL that can read pitch/yaw and roll of touch controllers (plus buttons and stuff).
I've never used LabVIEW. I'd guess it needs a C interface (it's more compatible). My library does that, it's written in C++ but exposes the functions as C.
- johnny_programmer4 years agoExplorer
kojack thats really interesting. I guess the dll has to be deployed onto the quest hardware, alongside an exe file? I suppose you could read the sensor data and stream that back over a network to a pc to control a pc game maybe. I got the source code for open lara, the tombraider game it runs on a pc. I was thinking on modding it so that it could work with the quest2
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device