Contents

photoOutput(_:willCapturePhotoFor:)

Notifies the delegate that photo capture is about to occur.

Declaration

optional func photoOutput(_ output: AVCapturePhotoOutput, willCapturePhotoFor resolvedSettings: AVCaptureResolvedPhotoSettings)

Parameters

  • output:

    The photo output performing the capture.

  • resolvedSettings:

    An object describing the settings used for this capture. Match this object’s Uniqueid value to the Uniqueid property of the photo settings object you initiated capture with to determine which capture request this delegate call corresponds to. You can also use this object to find out which values the photo output has chosen for automatic settings.

Mentioned in

Discussion

The photo output calls this method as close as possible to the initial moment of capture. If the shutter sound is enabled, this call occurs immediately after the photo output begins playing the shutter sound.

See Also

Monitoring capture progress