Sample
data class Sample(val timestampMillis: Long, val image: Image, val deviceTiltAngles: TiltAngles? = null, totalCaptureResult: TotalCaptureResult? = null)
Sample (or snapshot) at a single point in time.
Constructors
Link copied to clipboard
constructor(timestampMillis: Long, image: Image, deviceTiltAngles: TiltAngles? = null, totalCaptureResult: TotalCaptureResult? = null)
Properties
Link copied to clipboard
Tilt angles of the device.
Link copied to clipboard
Image in format com.innovatrics.dot.image.ImageFormat.RAW_BGRA.
Link copied to clipboard
Timestamp of the image in milliseconds.