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](https://developer.android.com/media/camera/lowlight/low-light-boost-gp/concepts): Explains the Google Low Light Boost workflow.
- [Create and use a Google Low Light Boost client](https://developer.android.com/media/camera/lowlight/low-light-boost-gp/use-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](https://developer.android.com/media/camera/lowlight/low-light-boost-gp/use-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](https://developer.android.com/media/camera/camera2).

### See also

- [Choose the best low light option](https://developer.android.com/media/camera/lowlight/choose-option)
- [Low Light Boost AE Mode](https://developer.android.com/media/camera/lowlight/low-light-boost-ae)
- [Night mode camera extension](https://developer.android.com/reference/android/hardware/camera2/CameraExtensionCharacteristics#EXTENSION_NIGHT)