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.