LowLightBoostState


class LowLightBoostState


Defines the valid states for Low Light Boost, as returned by getLowLightBoostState.

These states indicate whether the camera device supports low light boost and if it is currently active.

See also
CaptureResult

Summary

Constants

const Int
ACTIVE = 1

Low-light boost is on and active.

const Int

Low-light boost is on but inactive.

const Int
OFF = -1

Low-light boost is off.

Constants

ACTIVE

Added in 1.5.0-alpha06
const val ACTIVE = 1: Int

Low-light boost is on and active.

This state indicates that the camera device is currently applying low-light boost to the image stream.

See also
CameraMetadata

INACTIVE

Added in 1.5.0-alpha06
const val INACTIVE = 0: Int

Low-light boost is on but inactive.

This state indicates that the camera device supports low-light boost but it is not currently active. This can happen if the camera device is not in low-light conditions.

See also
CameraMetadata

OFF

Added in 1.5.0-alpha06
const val OFF = -1: Int

Low-light boost is off.

This is the default state if low-light boost is unavailable. This may be because your camera doesn't support it or there's a settings conflict.