---
title: isStillImageStabilizationSupported
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturestillimageoutput/isstillimagestabilizationsupported
---

# isStillImageStabilizationSupported

A Boolean value that indicates whether the  still image currently being captured supports still image stabilization.

## Declaration

```swift
var isStillImageStabilizationSupported: Bool { get }
```

## Discussion

Discussion The  automaticallyEnablesStillImageStabilizationWhenAvailable property can only be set if this property returns true. The value may change as the session’s sessionPreset or the input device’s activeFormat changes.

## See Also

### Getting and setting image stabilization settings

- [isStillImageStabilizationActive](avfoundation/avcapturestillimageoutput/isstillimagestabilizationactive.md)
- [automaticallyEnablesStillImageStabilizationWhenAvailable](avfoundation/avcapturestillimageoutput/automaticallyenablesstillimagestabilizationwhenavailable.md)
