Enum XRCameraFrameProperties
Represents the properties included in the camera frame.
Namespace: UnityEngine.XR.ARSubsystems
Syntax
[Flags]
public enum XRCameraFrameProperties
Fields
| Name | Description | Value | 
|---|---|---|
| Timestamp | The timestamp of the frame is included.  | 
1 | 
| AverageBrightness | The average brightness of the frame is included.  | 
2 | 
| AverageColorTemperature | The average color temperature of the frame is included.  | 
4 | 
| ColorCorrection | The color correction value of the frame is included.  | 
8 | 
| ProjectionMatrix | The projection matrix for the frame is included.  | 
16 | 
| DisplayMatrix | The display matrix for the frame is included.  | 
32 | 
| AverageIntensityInLumens | The average intensity in lumens is included.  | 
64 | 
| ExposureDuration | The camera exposure duration is included.  | 
128 | 
| ExposureOffset | The camera exposure offset is included.  | 
256 | 
| MainLightDirection | The estimated scene main light direction is included.  | 
512 | 
| MainLightColor | The estimated scene main light color is included.  | 
1024 | 
| MainLightIntensityLumens | The estimated scene main light intensity in lumens is included.  | 
2048 | 
| AmbientSphericalHarmonics | Ambient spherical harmonics are included.  | 
4096 | 
| CameraGrain | The camera grain texture is included.  | 
8192 | 
| NoiseIntensity | The camera grain noise intensity is included.  | 
16384 |