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