Contents

isStillImageStabilizationSupported

A Boolean value indicating whether the capture output currently supports automatic stabilization for still image capture.

Declaration

var isStillImageStabilizationSupported: Bool { get }

Discussion

To capture a photo with image stabilization, set the isAutoStillImageStabilizationEnabled property of your photo settings object. Automatic stabilization always includes digital image stabilization, and may also include optical lens stabilization, based on the current device. If a device does not support still image stabilization, set the isAutoStillImageStabilizationEnabled property has no effect (that is, the resolved isStillImageStabilizationEnabled setting will always be false).

This property supports key-value observing.