Page Summary
-
Config.LightEstimationMode selects the behavior of the lighting estimation subsystem.
-
The
AMBIENT_INTENSITYmode enables lighting estimation for single-value intensity and RGB color correction. -
The
DISABLEDmode turns off lighting estimation. -
The
ENVIRONMENTAL_HDRmode enables lighting estimation for inferred Environmental HDR lighting in linear color space, but is incompatible with front-facing cameras.
public static final enum Config.LightEstimationMode
Select the behavior of the lighting estimation subsystem.
Inherited Methods
Enum Values
public static final Config.LightEstimationMode AMBIENT_INTENSITY
AMBIENT_INTENSITY
public static final Config . LightEstimationMode AMBIENT_INTENSITY
Lighting estimation is enabled, generating a single-value intensity estimate and three (R, G, B) color correction values.
public static final Config.LightEstimationMode DISABLED
DISABLED
public static final Config . LightEstimationMode DISABLED
Lighting estimation is disabled.
public static final Config.LightEstimationMode ENVIRONMENTAL_HDR
ENVIRONMENTAL_HDR
public static final Config . LightEstimationMode ENVIRONMENTAL_HDR
Lighting estimation is enabled, generating inferred Environmental HDR lighting estimation in linear color space.
This mode is incompatible with the front-facing (selfie) camera. If set on a Session created for the front-facing camera, the call to configure will fail.

