VideoCaptureParameter

data class VideoCaptureParameter(val width: Int, val height: Int, val maxFps: Int)

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, maxFps: Int)

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
val maxFps: Int
Link copied to clipboard
val width: Int