Package-level declarations

Types

Link copied to clipboard
class CameraAnalysisFrame(val width: Int, val height: Int, val yPlaneBytes: ByteArray, val yPixelStride: Int, val yRowStride: Int, val uPlaneBytes: ByteArray, val uPixelStride: Int, val uRowStride: Int, val vPlaneBytes: ByteArray, val vPixelStride: Int, val vRowStride: Int, val orientation: Orientation) : CameraFrame

CameraFrame implementation for YUV_420_888 format from CameraX ImageAnalysis

Link copied to clipboard
class CameraCaptureFrame(val width: Int, val height: Int, val bytes: ByteArray, val orientation: Orientation) : CameraFrame

CameraFrame implementation for JPEG format from CameraX ImageCapture

Link copied to clipboard
interface CameraFrame
Link copied to clipboard
abstract class CameraView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0, defStyleRes: Int = 0) : FrameLayout
Link copied to clipboard