scanFromJpeg

abstract fun scanFromJpeg(jpeg: ByteArray, frameOrientation: Int): BarcodeScannerResult?

Scan barcodes from the jpeg image.

For efficiency, reuse the same scanner object between scans. The barcode filters list is taken from the current configuration state.

Parameters

jpeg

The jpeg to find barcodes.

frameOrientation

The frame orientation degrees.