Enable Continuous Scanning

Continuous Scanning #

To add continuous scanning please add this code 

                this.barkoderView.setCloseSessionOnResultEnabled(false)
this.barkoderView.setThresholdBetweenDuplicatesScans(0)
            

To avoid sudden detection of the same barcode please use

                barkoderView.config?.decoderConfig?.duplicatesDelayMs = 0
            

Page Contents

History:

close