VinScannerFrameHandler

Performs VIN recognition on camera preview frames. Outputs results via VinScannerFrameHandler.ResultHandler.

Preview frame considered intercepted if at least one VinScannerFrameHandler.ResultHandler returns true from VinScannerFrameHandler.ResultHandler.handle

See also

Constructors

Link copied to clipboard
constructor(vinScanner: VinScanner)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Continuously notified about VIN recognition results.

Link copied to clipboard

Successor-class needed for cross-platform implementation.

Functions

Link copied to clipboard

Registers result handler which will be notified about VIN recognition results.

Link copied to clipboard

Unregisters all handlers. If nothing was registered before, nothing happens.

Link copied to clipboard
open override fun handleFrame(previewFrame: FrameHandler.Frame): Boolean

Invoked for every new camera preview frame.

Link copied to clipboard

Unregisters handler.