Barcode-Reader icon indicating copy to clipboard operation
Barcode-Reader copied to clipboard

Disable Multiple detection of barcodes

Open jpabanil opened this issue 7 years ago • 3 comments

Need help on this asap plz

jpabanil avatar Dec 11 '17 00:12 jpabanil

Whats the problem. You can just ignore the callback, instead consider only single read callback.

ravi8x avatar Dec 18 '17 13:12 ravi8x

can you explain

ghost avatar Sep 07 '18 17:09 ghost

Need help on this asap plz can you explain

If I correctly understood your question, then you should ignore the onScannedMultiple call, that is, do not perform any actions inside the method. Like this: @Override public void onScannedMultiple(List<Barcode> barcodes) { Log.e(TAG, "onScannedMultiple: " + barcodes.size()); }

AlekseyDanilov avatar May 08 '19 08:05 AlekseyDanilov