cancel
Showing results for 
Search instead for 
Did you mean: 

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

Anonymous
Not applicable

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

1 ACCEPTED SOLUTION

Accepted Solutions

Anonymous
Not applicable

O.K. I've found my solution.

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

Yves

View solution in original post

1 REPLY 1

Anonymous
Not applicable

O.K. I've found my solution.

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

Yves