The Camera2 API was introduced in Android 5.0 as a successor to the original Camera API. The API allows developers to check what camera features are available on a device and exposes granular camera features to apps, including per-frame controls for exposure and white balance gains, sharpening, denoising, etc. It’s also a prerequisite for installing...