TextPatternScannerFrameHandler

Performs pattern text scanning on camera preview frames. Outputs results via TextPatternScannerFrameHandler.ResultHandler.

Preview frame considered intercepted if at least one TextPatternScannerFrameHandler.ResultHandler returns true from TextPatternScannerFrameHandler.ResultHandler.handle

See also

Constructors

Link copied to clipboard
constructor(textPatternScanner: TextPatternScanner)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Continuously notified about text scanning results.

Link copied to clipboard

Successor-class needed for cross-platform implementation.

Functions

Link copied to clipboard

Registers result handler which will be notified about text scanning results.

Link copied to clipboard

Unregisters all handlers. If nothing was registered before, nothing happens.

Link copied to clipboard
open override fun handleFrame(previewFrame: FrameHandler.Frame): Boolean

Invoked for every new camera preview frame.

Link copied to clipboard