Forum Discussion

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

monitoring head tracking while game is running

Is it possible to monitor the head tracking while a game is running ?
I would like to monitor where a user is looking and take action based on the location, this should work while the user is in a VR environment.

1 Reply

  • Are you asking whether you can monitor the head tracking from another application?

    Regardless, you can call ovrHmd_GetTrackingState at any time from any program that's using the SDK and has opened a headset in order to get the current head pose.