Method TryGetAverageIntensityInLumens
TryGetAverageIntensityInLumens(out float)
Get the estimated intensity in lumens of the real-world environment, if possible.
Declaration
public bool TryGetAverageIntensityInLumens(out float averageIntensityInLumens)
Parameters
| Type | Name | Description |
|---|---|---|
| float | averageIntensityInLumens | The estimated intensity. Equal to averageIntensityInLumens. |
Returns
| Type | Description |
|---|---|
| bool | true if the frame has an estimated intensity value in lumens. Otherwise, returns false. Equal to hasAverageIntensityInLumens. |