LowLightBoostState
public 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 | |
|---|---|
CONTROL_LOW_LIGHT_BOOST_STATE |
Summary
Constants |
|
|---|---|
static final int |
ACTIVE = 1Low-light boost is on and active. |
static final int |
INACTIVE = 0Low-light boost is on but inactive. |
static final int |
OFF = -1Low-light boost is off. |
Constants
ACTIVE
Added in 1.5.0
public static final int ACTIVE = 1
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 | |
|---|---|
CONTROL_LOW_LIGHT_BOOST_STATE_ACTIVE |