So I'm getting accelerometer data using HTC EVO. I get values like this for time.
967454610000 967534902000 967613576000 967692434000
The difference between these values is around 80,000,000. The documentation says: "The value must be one of SENSOR_DELAY_NORMAL, SENSOR_DELAY_UI, SENSOR_DELAY_GAME, or SENSOR_DELAY_FASTEST. or, the desired delay between events in microsecond."
So I'm using SENSOR_DELAY_UI and I assumed that the times are microsecond. That does not make sense tho cause that means that each time interval is about 80 seconds. It would make more sense if they were in nanoseconds which would mean the time interval is about .08 seconds or 12 data was captured in every second. But then it would contradict the documentation. Does anyone know what is the time interval?
Thanks a lot!