0

I know that, for gyroscopes, there exist TYPE_GYROSCOPE_UNCALIBRATED, which provide raw gyro data.

Does anything similar exist for accelerpmeter and magnetometer, or they are by default raw data?

student1
  • 860
  • 3
  • 11
  • 22

1 Answers1

1

The accelerometer is raw by default. For magnetometer, use TYPE_MAGNETIC_FIELD_UNCALIBRATED

Gabe Sechan
  • 90,003
  • 9
  • 87
  • 127