Package io.scanbot.sdk.barcode
See: Description
-
Interface Summary Interface Description AutoSnappingCallback Called right before auto-snapping routine takes picture. ResultHandler Continuously notified about barcode/QR code detection results. ResultHandler Continuously notified about barcode/QR code detection results. IBarcodeFilter An interface for a barcode filtering that can be used in barcode scanning RTU-UI components. BarcodeScanningSdk ScanbotBarcodeDetector Detects bar codes and QR codes. -
Class Summary Class Description BarcodeAutoSnappingController Controls auto-snapping process by observing contour detection results from BarcodeDetectorFrameHandler. BarcodeCounterResultHandler Successor-class needed for cross-platform implementation. BarcodeCounterFrameHandler Performs barcode/QR code detection on camera preview frames. BarcodeDetectorResultHandler Successor-class needed for cross-platform implementation. BarcodeDetectorFrameHandler Performs barcode/QR code detection on camera preview frames. BarcodeFilter Basic implementation of IBarcodeFilter that accepts all barcodes except for duplicates. BarcodeExtensionsFilter Subclass of BarcodeFilter that only accepts barcodes with extensions. BarcodeEanUpcNoExtensionsFilter BarcodeRegexFilter Subclass of BarcodeFilter that only accepts barcodes matching regex string. DefaultScanbotBarcodeDetector Manages barcode detection operations and detector initialization SuccessFrameDebouncer Allows to keep track of the interval between successful events