Barcode Processor
class BarcodeProcessor(graphicOverlay: GraphicOverlay, workflowModel: WorkflowModel) : FrameProcessorBase<List<Barcode>>
Content copied to clipboard
A processor to run the barcode detector.
Constructors
Link copied to clipboard
fun BarcodeProcessor(graphicOverlay: GraphicOverlay, workflowModel: WorkflowModel)
Content copied to clipboard
Types
Functions
Link copied to clipboard
open override fun process( data: ByteBuffer, frameMetadata: FrameMetadata, graphicOverlay: GraphicOverlay)
Content copied to clipboard
Processes the input frame with the underlying detector.