Package-level declarations

Types

Link copied to clipboard
class AspectRatioConfig(val aspectRatio: Float) : CameraFormatConfig

Configuration for the Aspect Ratio of the Camera.

Link copied to clipboard
sealed interface CameraFormatConfig

Configuration interface for Camera Format settings.

Link copied to clipboard

Configuration class for setting the camera frame rate (FPS).

Link copied to clipboard
class ResolutionConfig(val width: Int, val height: Int) : CameraFormatConfig

Configuration for camera resolution settings.

Link copied to clipboard
class VideoStabilizationConfig(val mode: VideoStabilizationMode = VideoStabilizationMode.Standard) : CameraFormatConfig

Configuration for video stabilization.