VideoSourceConfig

data class VideoSourceConfig(val resolution: Size = DEFAULT_RESOLUTION, val fps: Int = DEFAULT_FPS, val dynamicRangeProfile: DynamicRangeProfile = DynamicRangeProfile.sdr)

Constructors

Link copied to clipboard
constructor(resolution: Size = DEFAULT_RESOLUTION, fps: Int = DEFAULT_FPS, dynamicRangeProfile: DynamicRangeProfile = DynamicRangeProfile.sdr)

Properties

Link copied to clipboard

The Android dynamic range profile.

Link copied to clipboard

The dynamic range profile.

Link copied to clipboard
val fps: Int

Video framerate.

Link copied to clipboard

Video output resolution in pixel.

Functions

Link copied to clipboard