Accelerometer Status is SENSOR_STATUS_UNRELIABLE

36 views Asked by At

I am using accelerometer data in my android project but I found the sensor's data is bit off. When I checked for event.accuracy it returns SENSOR_STATUS_UNRELIABLE. When I perform calibration using Accelerometer Calibration app from playstore, the sensor starts giving accurate reading. My question is how did they apply the calibrated data to raw sensor data that I get corrected values in my app?

0

There are 0 answers