LastFrameResult

data class LastFrameResult(val image: Bitmap, val imageRotation: ImageRotation)

Represents the last captured camera frame at the moment of delivery. Delivered via getLastFrame() on FrameProcessResultHandle. Intended for image collection use cases where recognition yields no usable result.

Constructors

Link copied to clipboard
constructor(image: Bitmap, imageRotation: ImageRotation)

Properties

Link copied to clipboard
Link copied to clipboard