Contents

resolvedSettings

The settings object that was used to request this photo capture.

Declaration

var resolvedSettings: AVCaptureResolvedPhotoSettings { get }

Discussion

To determine which capturePhoto(with:delegate:) call produced this photo capture result, match this AVCaptureResolvedPhotoSettings object’s uniqueID value to the uniqueID property of the photo settings object you requested capture with. You can also use this object to find out which values the photo output has chosen for automatic settings.

See Also

Resolving photo capture requests