VideoStabilizationConfig

class VideoStabilizationConfig(val mode: VideoStabilizationMode = VideoStabilizationMode.Standard) : CameraFormatConfig

Configuration for video stabilization.

This class holds the desired VideoStabilizationMode to be applied to the camera session. It implements CameraFormatConfig to integrate with the camera configuration pipeline if supported.

Parameters

mode

The video stabilization mode to use. Defaults to VideoStabilizationMode.Standard.

See also

Constructors

Link copied to clipboard
constructor(mode: VideoStabilizationMode = VideoStabilizationMode.Standard)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String