Sample

data class Sample(val timestampMillis: Long, val bgraRawImage: BgraRawImage, totalCaptureResult: TotalCaptureResult? = null)

Sample (or snapshot) at a single point in time.

Constructors

Link copied to clipboard
fun Sample(timestampMillis: Long, bgraRawImage: BgraRawImage, totalCaptureResult: TotalCaptureResult? = null)

Properties

Link copied to clipboard

BGRA raw image.

Link copied to clipboard

Timestamp of the image in milliseconds.