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 the best performance while scanning DotCode barcodes we suggest this configuration:
Barkoder.setEnabledDecoders(Barkoder.constants.Decoders.Dotcode);
Barkoder.setRegionOfInterest(30, 40, 40, 9);
Barkoder.setDecodingSpeed(Barkoder.constants.DecodingSpeed.Slow);
Barkoder.setCameraResolution(Barkoder.constants.CameraResolution.FHD);