Skip to content

android: support for using device's set display refresh rate

korejan requested to merge (removed):android_display_refresh_rates into main
  • Adds support for querying the device's currently set display refresh rate to be used for the android driver on creation. Allowing for devices which support selecting other refresh rate modes beyond 60hz, (my android phone supports 90hz & 120hz).
  • Changes the hardcoded sensor polling rate to now match refresh queried from the device on driver creation.

Merge request reports