Contents

defaultPhotoSettings

The default AVCapturePhotoSettings object that ARKit uses when capturing a high resolution frame using this video format.

Declaration

var defaultPhotoSettings: AVCapturePhotoSettings { get }

Return Value

An AVCapturePhotoSettings object.

Discussion

Calling this getter will return a new instance that may be mutated to customize settings. Pass that instance to captureHighResolutionFrameUsingPhotoSettings:completion: to capture a high resolution frame with custom settings.