Enum XRCameraFrameExifDataProperties
Represents the properties included in a camera frame's EXIF data.
Namespace: UnityEngine.XR.ARSubsystems
Syntax
[Flags]
public enum XRCameraFrameExifDataProperties
Fields
Name | Description | Value |
---|---|---|
None | The camera frame EXIF data is disabled or unsupported. |
0 |
ApertureValue | The lens aperture of the frame is included. |
1 |
BrightnessValue | The brightness of the frame is included. |
2 |
ExposureTime | The exposure time of the frame is included. |
4 |
ShutterSpeedValue | The shutter speed of the frame is included. |
8 |
ExposureBiasValue | The exposure bias of the frame is included. |
16 |
FNumber | The F number of the frame is included. |
32 |
FocalLength | The lens focal length of the frame is included. |
64 |
Flash | The flash status of the frame is included. |
128 |
ColorSpace | The color space of the frame is included. |
256 |
PhotographicSensitivity | The photographic sensitivity of the frame is included. |
512 |
MeteringMode | The metering mode of the frame is included. |
1024 |