Tracking pose in background
Hi, Using the SDK on PC, is it possible to get tracking pose while other VR app is running? From my experiment I was not able to initiate a session while other VR app was running. I am not looking to render anything, just to get pose information. I am able to do that using OpenVR but looking to achieve this via Oculus SDK. Any ideas? Thanks, Roy K.478Views0likes0CommentsReference frame for linear and angular velocity
Hi all, I've started for some weeks to use the PC SDK to build a custom application. I navigated through the documentation to find an answer to my question but I couldn't find what I needed so far. Basically, I see that the function ovr_GetTrackingState returns a class Posef containing all the information about the current state of the display, in particular the linear and angular velocity. I easily imagine that the position and the orientation returned by the function are referred to the reference frame attached to the positional tracking system, but what about the velocities? Are they expressed in the tracker or in the HMD frame? Thanks in advance and, again, forgive me if the question is trivial and already discussed.508Views0likes0Comments