I am developing Android VR Application using 'Gear vr Framework'.
I want to get the head tracking value that can be used in Quaternion. (OrientationXYZW,PositionXYZ,linearVelocityXTZ, angularVelocityXYZ,.. etc. not camera value!(roll,yaw,pitch)).
I was able to get head tracking values Using judax's OculusMobileSDKHeadTracking library in the 'Gearvr framework (GearVRf v3.0.1 - Oculus Mobile SDK 1.0.3)'.
Judax's OculusMobileSDKHeadTracking github: [https://github.com/judax/OculusMobileSDKHeadTracking]
However, it was not possible with GearVRf v3.1 (Oculus Mobile SDK 1.0.4).
Because judax OculusMobileSDKHeadTracking uses Oculus Mobile SDK v.1.0.3. So, 'GearVRf v3.1' is having trouble getting head tracking values due to version conflicts.
Judax's OculusMobileSDKHeadTracking can be modified and used(Get positionXYZ, HeadDepth, etc.), but it is not easy to deal with JNI and NDK.
Is there a way to get headtracking values from the Gearvr framework? Or, please recommend other open source libraries.