---
title: isStillImageStabilizationActive
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturestillimageoutput/isstillimagestabilizationactive
---

# isStillImageStabilizationActive

Indicates whether still image stabilization is in use for the current capture.

## Declaration

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

## Discussion

Discussion The property returns true if video stabilization is currently in use; otherwise false. This property supports key-value observing.

## See Also

### Getting and setting image stabilization settings

- [automaticallyEnablesStillImageStabilizationWhenAvailable](avfoundation/avcapturestillimageoutput/automaticallyenablesstillimagestabilizationwhenavailable.md)
- [isStillImageStabilizationSupported](avfoundation/avcapturestillimageoutput/isstillimagestabilizationsupported.md)
