VinScanner

interface VinScanner

Component to scan preview image and recognize Vehicle Identification Number (VIN).

Inheritors

Functions

Link copied to clipboard

Returns a copy of the current configuration.

Link copied to clipboard
abstract fun scan(nv21: ByteArray, width: Int, height: Int, orientation: Int = 0, areaRect: Rect? = null): VinScannerResult?

Scan nv21 image to recognize VIN.

Link copied to clipboard
abstract fun setConfiguration(configuration: VinScannerConfiguration)

Sets the configuration for the VIN scanner.