Frame Handler
Handles camera preview frames.
Inheritors
Types
Link copied to clipboard
data class Frame(val frame: ByteArray, val width: Int, val height: Int, val frameOrientation: Int, val finderRect: Rect?, val visibleRect: RectF?, val finderInnerThresholdPx: Int, val finderOuterThresholdPx: Int, val cameraModule: CameraModule, val analyzerFrameMirrored: Boolean)
Represents captured frame data and bounds.