<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 14.0.0 -",
    "tvOS: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureVideoStabilizationMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@E@AVCaptureVideoStabilizationMode"
  },
  "title" : "AVCaptureVideoStabilizationMode"
}
-->

# AVCaptureVideoStabilizationMode

An enumeration of video stabilization modes that capture devices and formats support.

```
enum AVCaptureVideoStabilizationMode
```

## Topics

### Stabilization modes

[`AVCaptureVideoStabilizationModeOff`](/documentation/AVFoundation/AVCaptureVideoStabilizationMode/off)

A mode that doesn’t stabilize video capture.

[`AVCaptureVideoStabilizationModeStandard`](/documentation/AVFoundation/AVCaptureVideoStabilizationMode/standard)

A mode that uses the standard algorithm.

[`AVCaptureVideoStabilizationModeCinematic`](/documentation/AVFoundation/AVCaptureVideoStabilizationMode/cinematic)

A mode that uses the cinematic stabilization algorithm.

[`AVCaptureVideoStabilizationModeCinematicExtended`](/documentation/AVFoundation/AVCaptureVideoStabilizationMode/cinematicExtended)

A mode that uses the extended cinematic stabilization algorithm.

[`AVCaptureVideoStabilizationModePreviewOptimized`](/documentation/AVFoundation/AVCaptureVideoStabilizationMode/previewOptimized)

A mode that uses the preview optimized stabilization algorithm.

[`AVCaptureVideoStabilizationModeCinematicExtendedEnhanced`](/documentation/AVFoundation/AVCaptureVideoStabilizationMode/cinematicExtendedEnhanced)

A mode that stabilizes video using the enhanced extended cinematic stabilization algorithm.

[`AVCaptureVideoStabilizationModeAuto`](/documentation/AVFoundation/AVCaptureVideoStabilizationMode/auto)

A mode that indicates the system chooses the most appropriate video stabilization mode for the device and format.

[`AVCaptureVideoStabilizationModeLowLatency`](/documentation/AVFoundation/AVCaptureVideoStabilizationMode/lowLatency)

Indicates that video should be stabilized using the low latency stabilization algorithm. Low Latency stabilization has a reduced field of view. Enabling low latency stabilization introduces no additional latency into the video capture pipeline.

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)