Contents

lensStabilizationStatus

Information about the use of lens stabilization during bracketed photo capture.

Declaration

var lensStabilizationStatus: AVCaptureDevice.LensStabilizationStatus { get }

Discussion

This property applies only to capture results for which you requested optical image stabilization (OIS) across all frames of a bracketed photo capture (using the AVCapturePhotoBracketSettings isLensStabilizationEnabled property).

If the device configuration does not support OIS, this property’s value is AVCaptureDevice.LensStabilizationStatus.unsupported. If OIS is supported, but this captured photo is not from a bracketed capture where OIS was requested, this property’s value is AVCaptureDevice.LensStabilizationStatus.off. Otherwise, this property indicates how the device applied OIS across the duration of the bracketed capture.

See Also

Examining bracketed capture information