Property supportsFaceTrackingAmbientIntensityLightEstimation
supportsFaceTrackingAmbientIntensityLightEstimation
Indicates whether the provider implementation supports ambient intensity light estimation while face tracking is enabled. If false, XRCameraFrame.hasAverageBrightness and XRCameraFrame.hasAverageIntensityInLumens must be false while face tracking is enabled.
Declaration
public bool supportsFaceTrackingAmbientIntensityLightEstimation { get; }
Property Value
| Type | Description |
|---|---|
| bool | true if the implementation supports ambient intensity while face tracking is enabled. Otherwise, false. |