MobileVisionBarcodeScanner
MobileVisionBarcodeScanner copied to clipboard
How to set SINGLE_AUTO to the Barcode Scanner?
Hi,
I would like to set SINGLE_AUTO to the Barcode Scanner. How can I possible do that? I need to solve it asap.
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
https://stackoverflow.com/questions/42112519/how-to-disable-multiple-barcode-detection-android-vision-api