Enum XRCameraFrameProperties
Represents the properties included in the camera frame.
Namespace: UnityEngine.XR.ARSubsystems
Syntax
[Flags]
public enum XRCameraFrameProperties
Fields
| Name | Description | 
|---|---|
| AverageBrightness | The average brightness of the frame is included.  | 
| AverageColorTemperature | The average color temperature of the frame is included.  | 
| AverageIntensityInLumens | The average intensity in lumens is included.  | 
| ColorCorrection | The color correction value of the frame is included.  | 
| DisplayMatrix | The display matrix for the frame is included.  | 
| ExposureDuration | The camera exposure duration is included.  | 
| ExposureOffset | The camera exposure offset is included.  | 
| ProjectionMatrix | The project matrix for the frame is included.  | 
| Timestamp | The timestamp of the frame is included.  |