cover

Enable DPM Mode on Capacitor

Direct Part Marking (DPM) mode is a feature designed to scan barcodes that are directly marked on an item, usually etched or printed onto a surface, instead of printed on a paper label. This mode is particularly useful in industries where items need to be tracked throughout their lifespan. To enable DPM mode, the 'datamatrix' decoding is enabled and the DPM mode is set to '1'. For best results, the decoding speed is set to slow and the barkoder resolution is set to high. A Region of Interest (ROI) is also set to optimize the viewfinder for scanning.

                 Barkoder.setDatamatrixDpmModeEnabled({enabled: true});

            

History:

close