Contents

automaticallyEnablesStillImageStabilizationWhenAvailable

A Boolean value that indicates whether still image stabilization should be automatically enabled.

Declaration

var automaticallyEnablesStillImageStabilizationWhenAvailable: Bool { get set }

Discussion

If isStillImageStabilizationSupported returns true, image stabilization may be applied to reduce blur commonly found in low light photos. When stabilization is enabled, still image captures incur additional latency.

The default value is true when supported by the input device; otherwise false.

Setting this property throws an exception (invalidArgumentException) if isStillImageStabilizationSupported returns false.

See Also

Getting and setting image stabilization settings