---
title: lensStabilizationStatus
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturephoto/lensstabilizationstatus
---

# lensStabilizationStatus

Information about the use of lens stabilization during bracketed photo capture.

## Declaration

```swift
var lensStabilizationStatus: AVCaptureDevice.LensStabilizationStatus { get }
```

## Discussion

Discussion This property applies only to capture results for which you requested optical image stabilization (OIS) across all frames of a bracketed photo capture (using the AVCapturePhotoBracketSettings isLensStabilizationEnabled property). If the device configuration does not support OIS, this property’s value is AVCaptureDevice.LensStabilizationStatus.unsupported. If OIS is supported, but this captured photo is not from a bracketed capture where OIS was requested, this property’s value is AVCaptureDevice.LensStabilizationStatus.off. Otherwise, this property indicates how the device applied OIS across the duration of the bracketed capture.

## See Also

### Examining bracketed capture information

- [bracketSettings](avfoundation/avcapturephoto/bracketsettings.md)
- [sequenceCount](avfoundation/avcapturephoto/sequencecount.md)
- [AVCaptureDevice.LensStabilizationStatus](avfoundation/avcapturedevice/lensstabilizationstatus.md)
