AVCaptureConnection.VideoStabilizationEnabled Property

Definition

Whether the video being captured is being automatically stabilized.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'ActiveVideoStabilizationMode' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool VideoStabilizationEnabled { [Foundation.Export("isVideoStabilizationEnabled")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'ActiveVideoStabilizationMode' instead.")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.VideoStabilizationEnabled : bool

Property Value

The default value is false.

Attributes

Remarks

Not every iOS device supports video stabilization and stabilization is not available for all capture settings.

Video stabilization is an expensive operation and may increase capture latency and increase power and CPU consumption. Application developers should consider the overhead when deciding whether or not to use stabilization.

Applies to