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:
Barkoder.setBarcodeTypeEnabled({ type: BarcodeType.dotcode, enabled: true });
Barkoder.setRegionOfInterestVisible({ value: true });
Barkoder.setRegionOfInterest({ left: 30, top: 40, width: 40, height: 9 });
Barkoder.setDecodingSpeed({ value: DecodingSpeed.slow });
Barkoder.setBarkoderResolution({ value: BarkoderResolution.high });