data class VideoCaptureFormat
VideoCaptureFormat describes a given capture format that can be set to a VideoCaptureSource. Note that VideoCaptureSource implementations may ignore or adjust unsupported values.
<init> |
VideoCaptureFormat describes a given capture format that can be set to a VideoCaptureSource. Note that VideoCaptureSource implementations may ignore or adjust unsupported values. VideoCaptureFormat(width: Int, height: Int, maxFps: Int) |
height |
Capture height val height: Int |
maxFps |
Max FPS. When used as input this implies the desired FPS as well val maxFps: Int |
width |
Capture width val width: Int |
toString |
fun toString(): String |