Gyroscope Sensor Measurement
Gyroscope sensor measurement.
Constructors
Copy constructor.
Properties
sensor accuracy.
estimated drift around device x-axis expressed in radians per second (rad/s) and in ENU coordinates system. Only available when using GyroscopeSensorType.GYROSCOPE_UNCALIBRATED. If available, this value remains constant with calibrated bias value.
estimated drift around device y-axis expressed in radians per second (rad/s) and in ENU coordinates system. Only available when using GyroscopeSensorType.GYROSCOPE_UNCALIBRATED. If available, this value remains constant with calibrated bias value.
estimated drift around device z-axis expressed in radians per second (rad/s) and in ENU coordinates system. Only available when using GyroscopeSensorType.GYROSCOPE_UNCALIBRATED. If available, this value remains constant with calibrated bias value.
gyroscope sensor type.
relative timestamp in nanoseconds at which the measurement was made. Each measurement will be monotonically increasing using the same time base as android.os.SystemClock.elapsedRealtimeNanos.