I need very accurate rotation measurements of the gyroscope with at least a sampling rate of 50Hz (the more the better).
This is why I want to know if changing the sample rate of the gyroscope increases/decreases the accuracy of the measurements. E.g. if setting the update rate of the gyroscope lower than SENSOR_DELAY_FASTEST, does this increase the accuracy of the rotation measurements?
Thank you!
Changing the sampling rate of the sensor only impacts the load it imposes on the processor. It won't increase or decrease the accuracy.
Sensors Overview from Android documentation says: