Forum Discussion

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

Raw Sensor data

Hello,

Is there anyway that we could get raw sensor data from HMD using Unity. We are trying to access gyro, accelerator data from Oculus HMD.
Thanks for the help.

A

1 Reply

Replies have been turned off for this discussion
  • Also want to know this! Does anyone know how to acquire data from gyro and accelerometer? AFAIK, the value acquired from code shown below is not likely the raw data from IMU because there's no gravity component in it.
    OVRPlugin.PoseStatef raw = 
    OVRPlugin.GetNodePoseStateRaw(OVRPlugin.Node.Head, OVRPlugin.Step.Physics);