Barcode Counter Frame Handler
Performs barcode/QR code scanning on camera preview frames. Outputs results via BarcodeCounterFrameHandler.ResultHandler (addResultHandler).
Preview frame considered intercepted if at least one BarcodeCounterFrameHandler.ResultHandler returns true
from BarcodeCounterFrameHandler.ResultHandler.handle
See also
Types
Functions
Link copied to clipboard
Registers result handler which will be notified about barcode/QR code scanning results.
Link copied to clipboard
Invoked for every new camera preview frame.
Link copied to clipboard
Enable scanner to one time scan on Frame.
Link copied to clipboard
Unregisters handler.
Link copied to clipboard
Reset subscribed view component to initial state.
Link copied to clipboard
Set implementation of IBarcodeFilter, that will be applied to every frame after scanning and filter frames with undesired data.