Sample

data class Sample(val timestampMillis: Long, val image: Image)

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

Constructors

Link copied to clipboard
constructor(timestampMillis: Long, image: Image)

Properties

Link copied to clipboard
Link copied to clipboard

Timestamp of the image in milliseconds.