---
title: automaticallyEnablesStillImageStabilizationWhenAvailable
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturestillimageoutput/automaticallyenablesstillimagestabilizationwhenavailable
---

# automaticallyEnablesStillImageStabilizationWhenAvailable

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

## Declaration

```swift
var automaticallyEnablesStillImageStabilizationWhenAvailable: Bool { get set }
```

## Discussion

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

- [isStillImageStabilizationActive](avfoundation/avcapturestillimageoutput/isstillimagestabilizationactive.md)
- [isStillImageStabilizationSupported](avfoundation/avcapturestillimageoutput/isstillimagestabilizationsupported.md)
