scanFromBitmap

abstract fun scanFromBitmap(bitmap: Bitmap, frameOrientation: Int): BarcodeScannerResult?

Scan barcodes from the bitmap.

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

Parameters

bitmap

The Bitmap to find barcodes.

frameOrientation

The frame orientation degrees.