Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Anonymous's avatar
Anonymous
8 years ago
Solved

Testing if the headset is on the user's head.

I use to test the returned value of "ovr_submitFrame" to know if the headset was in use.  But now it seem to return "Success" even if the headset is not on the user's head.


What other test can I use to know if the headset is in use?


Merci,

Yves

  • Anonymous's avatar
    Anonymous
    8 years ago

    O.K. I've found my solution.

    I use the "HmdMounted" flag in the ovrSessionSatus struct returned by ovr_GetSessionStatus.

    Yves

1 Reply

  • Anonymous's avatar
    Anonymous

    O.K. I've found my solution.

    I use the "HmdMounted" flag in the ovrSessionSatus struct returned by ovr_GetSessionStatus.

    Yves