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 project 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 |