Forum Discussion
TheAsuro
9 years agoHonored Guest
Is it possible to use the SDK without taking "VR Focus"?
I'm trying to write a simple application, which only needs to find out if the user has the HMD on their head or not. I currently do that with ovr_GetSessionStatus(&session, &status); which requires me to initialize a session. Doing the initialization will make the SDK think that I'm a full VR game that wants to render something to the HMD, which is not the case.
TL;DR Is there some way that I can find out if the user has the HMD on, without actually initializing a VR session?
TL;DR Is there some way that I can find out if the user has the HMD on, without actually initializing a VR session?
1 Reply
- SuperFreqExplorerI have a very similar question. In OpenVR you can initialize your app as "VRApplication_Background" or "VRApplication_Overlay". This allows the app to get info like HMD status and controller positions. How is this done with OVR? Is there a way to have your app coexist alongside other apps?
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 6 months ago