ARCore is back at Google I/O on May 10! Register now.

Config.LightEstimationMode

Stay organized with collections Save and categorize content based on your preferences.
public static final enum Config.LightEstimationMode

Select the behavior of the lighting estimation subsystem.

Inherited Methods

Enum Values

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.

DISABLED

public static final Config.LightEstimationMode DISABLED

Lighting estimation is disabled.

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.