Open jpabanil opened 6 years ago
kindly explain what you mean by SINGLE_AUTO. If it is what i think , the snippet below should be able to help.
barcodeCapture.setSupportMultipleScan(false);
barcodeCapture.setTouchAsCallback(false);
This will allow a single scan and would not require the user taping the screen to process the frame.
This is the solution I want
Hi,
I would like to set SINGLE_AUTO to the Barcode Scanner. How can I possible do that? I need to solve it asap.