SinglePlaneImage

data class SinglePlaneImage(val buffer: ByteBuffer, val width: Int, val height: Int, val stride: Int, val timestamp: Long, val elapsedRealtimeWhenCaptured: Long, val seq: Long, val orientation: Orientation = Orientation(false, RotationDegrees.R0))

Constructors

Link copied to clipboard
fun SinglePlaneImage(buffer: ByteBuffer, width: Int, height: Int, stride: Int, timestamp: Long, elapsedRealtimeWhenCaptured: Long, seq: Long, orientation: Orientation = Orientation(false, RotationDegrees.R0))

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
val seq: Long
Link copied to clipboard
val stride: Int
Link copied to clipboard
Link copied to clipboard
val width: Int