scan
open override fun scan(nv21: ByteArray, width: Int, height: Int, orientation: Int, finderRect: Rect?): VinScannerResult?
Scan nv21 image to recognize VIN.
Parameters
nv21
image in form of nv21-encoded byte array
orientation
image orientation. Default is 0
area Rect
if non-null - perform scanning only in given area. Default is null
width
image width, pixels
height
image height, pixels