Contents

AVCaptureVideoStabilizationMode.cinematicExtended

A mode that uses the extended cinematic stabilization algorithm.

Declaration

case cinematicExtended

Discussion

Enabling extended cinematic stabilization introduces longer latency into the video capture pipeline compared to AVCaptureVideoStabilizationMode.cinematic and consumes more memory, but yields improved stability.

Specify identical or similar minimum and maximum frame durations when using this mode.

See Also

Stabilization modes