CaptureFormat

open class CaptureFormat

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, minFramerate: Int, maxFramerate: Int)
constructor(width: Int, height: Int, framerate: CameraEnumerationAndroid.CaptureFormat.FramerateRange)

Types

Link copied to clipboard
open class FramerateRange

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
val imageFormat: Int = 17
Link copied to clipboard
val width: Int

Functions

Link copied to clipboard
open fun equals(other: Any): Boolean
Link copied to clipboard
open fun frameSize(): Int
open fun frameSize(width: Int, height: Int, imageFormat: Int): Int
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String