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.