Visualize ambient light sensor output (lux) and corresponding screen brightness adjusted by adaptive brightness.
When ambient light plummeted, the brightness gradually descended. In contrast, when ambient light returned, the brightness jumped up. (This is recorded on Surface Pro 8 and it depends on each model.)
illumino.mp4
If you are not familier with adaptive brightness, take a look the overview by Microsoft.
It is good to know how it actually works under the hood.
In addition, this app records the sequence of illuminance and brightness to internal log which can be exported in CSV format. A log will be deleted after one week has passed to avoid taking up storage space.
- Windows 10 or newer
- Ambient Light Sensor (ALS)
This app will go suspended 25 seconds after being minimized. This is common for all UWP apps.
This suspension can be avoided using extendedBackgroundTaskTime
capability. But it will prevent this app from being distributed by Microsoft Store.
- MIT License
- emoacht (emotom[atmark]pobox.com)