Google Low Light Boost from Google Play services lets you dynamically adjust the camera's brightness in real time to adapt to low light conditions even when the device doesn't support Low Light Boost AE Mode. This guide covers the following topics:
- Understand Google Low Light Boost: Explains the Google Low Light Boost workflow.
- Create and use a Google Low Light Boost client: Explains how to create
and use a client. You'll use the client to download the module from Google
Play services, and launch a
LowLightBoostSession
. - Use a Google Low Light Boost session: Explains how to use a session to turn low light mode on and off.
This guide assumes you're familiar with the following concepts:
- Creating and using Camera2 camera streams.