How to enable dotcode mode for best performance

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

                BKDView.SetBarcodeTypeEnabled(Plugin.Maui.Barkoder.Enums.BarcodeType.Dotcode, true);
BKDView.SetRegionOfInterest(30, 40, 40, 9);
BKDView.SetDecodingSpeed(Plugin.Maui.Barkoder.Enums.DecodingSpeed.Slow);
BKDView.SetBarkoderResolution(Plugin.Maui.Barkoder.Enums.BarkoderResolution.High);
            

History:

close