public static interface BarcodeDetectorFrameHandler.ResultHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleResult(BarcodeScanningResult detectedBarcode)
Called every time barcode/QR code detection was performed on a frame.
|
boolean handleResult(BarcodeScanningResult detectedBarcode)
detectedBarcode - information about barcode/QR code detection on a single frametrue if BarcodeDetectorFrameHandler should intercept given frame.
false if BarcodeDetectorFrameHandler should not intercept given frame.PreviewBuffer