---
title: AVCaptureDevice.LensStabilizationStatus
framework: avfoundation
role: symbol
role_heading: Enumeration
path: avfoundation/avcapturedevice/lensstabilizationstatus
---

# AVCaptureDevice.LensStabilizationStatus

Constants that indicate the status of optical image stabilization hardware during a bracketed photo capture.

## Declaration

```swift
enum LensStabilizationStatus
```

## Topics

### Lens stabilization values

- [AVCaptureDevice.LensStabilizationStatus.unsupported](avfoundation/avcapturedevice/lensstabilizationstatus/unsupported.md)
- [AVCaptureDevice.LensStabilizationStatus.off](avfoundation/avcapturedevice/lensstabilizationstatus/off.md)
- [AVCaptureDevice.LensStabilizationStatus.active](avfoundation/avcapturedevice/lensstabilizationstatus/active.md)
- [AVCaptureDevice.LensStabilizationStatus.outOfRange](avfoundation/avcapturedevice/lensstabilizationstatus/outofrange.md)
- [AVCaptureDevice.LensStabilizationStatus.unavailable](avfoundation/avcapturedevice/lensstabilizationstatus/unavailable.md)

### Initializers

- [init(rawValue:)](avfoundation/avcapturedevice/lensstabilizationstatus/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
