Default Barcode Scanner
Manages barcode scanning operations and scanner initialization.
Functions
Link copied to clipboard
Returns a copy of the current configuration.
Link copied to clipboard
Link copied to clipboard
Scan barcodes from the bitmap.
Link copied to clipboard
Scan barcodes from the jpeg image.
Link copied to clipboard
open override fun scanFromNv21(nv21: ByteArray, width: Int, height: Int, frameOrientation: Int): BarcodeScannerResult?
Scan barcodes from the nv21 frame.
open override fun scanFromNv21(nv21: ByteArray, width: Int, height: Int, frameOrientation: Int, finderRect: Rect?): BarcodeScannerResult?
Scan barcodes from the nv21 frame within the viewfinder rectangle.
Link copied to clipboard
open override fun scanFromRgba(img: ByteArray, width: Int, height: Int, frameOrientation: Int): BarcodeScannerResult?
Scan barcodes from the RGBA image.
Link copied to clipboard
Sets the configuration for the barcode scanner.