Android sensor sampling rate won't drow below 60 hz
问题 I'm reading out the accelerometer sensor on a Sony Smartwatch 3. Since the Android Wear 1.5 update the sampling rate won't drop below about 60hz, regardless weather I use SENSOR_DELAY_NORMAL , SENSOR_DELAY_UI or SENSOR_DELAY_GAME . Before the update SENSOR_DELAY_NORMAL resulted in a sampling rate of about 18 samples/seconds. accelerometer.getMaxDelay() still returns 62500, which would be 16 samples/sec. I also tried setting the desired delay directly, when registering the sensor with