BarcodeProcessor

class BarcodeProcessor(graphicOverlay: GraphicOverlay, workflowModel: WorkflowModel) : FrameProcessorBase<List<Barcode>>

A processor to run the barcode detector.

Constructors

Link copied to clipboard
fun BarcodeProcessor(graphicOverlay: GraphicOverlay, workflowModel: WorkflowModel)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun process(    data: ByteBuffer,     frameMetadata: FrameMetadata,     graphicOverlay: GraphicOverlay)

Processes the input frame with the underlying detector.

Link copied to clipboard
open override fun stop()

Stops the underlying detector and release resources.