You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting in Android 12 (API level 31), there is a 200ms limit for each sensor updates. To enable faster sensor update, a permission HIGH_SAMPLING_RATE_SENSORS is required and I have added it. But useAnimatedSensor still underperforms in android compared to ios. I have tested interval with 0, 1 and "auto". Is it possible to increase the sensor update rate on android with sth like SENSOR_DELAY_FASTEST in useAnimatedSensor?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Starting in Android 12 (API level 31), there is a 200ms limit for each sensor updates. To enable faster sensor update, a permission
HIGH_SAMPLING_RATE_SENSORS
is required and I have added it. ButuseAnimatedSensor
still underperforms in android compared to ios. I have tested interval with 0, 1 and "auto". Is it possible to increase the sensor update rate on android with sth like SENSOR_DELAY_FASTEST inuseAnimatedSensor
?Beta Was this translation helpful? Give feedback.
All reactions