cover

How to enable dotcode mode for best performance

DotCode is a 2D matrix barcode designed for high-speed printing and direct part marking, commonly used in manufacturing for tracking and identification.  

For best performance while scanning DotCode barcodes we suggest this configuration:

                barkoderView.config?.decoderConfig?.dotcode.enabled = true
try? barkoderView.config.setRegionOfInterest(CGRect(x: 30, y: 40, width: 40, height: 9))
barkoderView.config?.decoderConfig?.decodingSpeed = .init(2)
barkoderView.config?.barkoderResolution = .high
            

History:

close