Sample
data class Sample(val timestampMillis: Long, val bgraRawImage: BgraRawImage, val deviceTiltAngles: TiltAngles? = null, totalCaptureResult: TotalCaptureResult? = null)
Sample (or snapshot) at a single point in time.
Constructors
Link copied to clipboard
fun Sample(timestampMillis: Long, bgraRawImage: BgraRawImage, deviceTiltAngles: TiltAngles? = null, totalCaptureResult: TotalCaptureResult? = null)