Frame

data class Frame(val image: LiteRtImage, val timestampMs: Long, val frameIndex: Long)

Represents a single frame in a video stream.

Parameters

image

The underlying LiteRtImage.

timestampMs

The timestamp of the frame in milliseconds.

frameIndex

The index of the frame in the sequence.

Constructors

Link copied to clipboard
constructor(image: LiteRtImage, timestampMs: Long, frameIndex: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard