CameraCaptureFrame

class CameraCaptureFrame(val width: Int, val height: Int, val bytes: ByteArray, val orientation: Orientation) : CameraFrame

CameraFrame implementation for JPEG format from CameraX ImageCapture

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, bytes: ByteArray, orientation: Orientation)

Properties

Link copied to clipboard
Link copied to clipboard
open override val height: Int
Link copied to clipboard
open override val orientation: Orientation
Link copied to clipboard
open override val width: Int