QrAnalyzer

public final class QrAnalyzer implements ImageAnalysis.Analyzer

An image analyzer to analyze the QR code

Constructors

Link copied to clipboard
public QrAnalyzer QrAnalyzer(BarcodeReader barCodeReader, QRCodeReaderListener qrScanListener)

Properties

Link copied to clipboard
private final BarcodeReader barCodeReader

The barcode reader

Link copied to clipboard

The listener for the QR code reader

Functions

Link copied to clipboard
public Unit analyze(ImageProxy image)

Analyzes the image and processes it for scanning QR codes

Link copied to clipboard
public final Unit analyzeQRCodeFromGallery(Bitmap image)

Analyzes the image and processes to know whether the QR code is Senseprint or not

Link copied to clipboard
private final BarcodeReader getBarCodeReader()

The barcode reader

Link copied to clipboard

The listener for the QR code reader