Config.LightEstimationMode

  • Config.LightEstimationMode selects the behavior of the lighting estimation subsystem.

  • The AMBIENT_INTENSITY mode enables lighting estimation for single-value intensity and RGB color correction.

  • The DISABLED mode turns off lighting estimation.

  • The ENVIRONMENTAL_HDR mode 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

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.

Design a Mobile Site
View Site in Mobile | Classic
Share by: