EdwardvanRaak / MaterialBarcodeScanner

Easy to use barcode reader for your Android Project (Uses Google Mobile Vision API)
Apache License 2.0
273 stars 112 forks source link

Single barcode scan among multiple barcodes on single page #52

Open rajeshaistagithub opened 6 years ago

rajeshaistagithub commented 6 years ago

When multiple barcodes are in parallel on single page, It's scanning out side area barcode too. How to point out barcode going to scan and limit scanning area.

rajshreetiwari commented 6 years ago

Hello,

I am getting the same issue as well as my barcode scanner is reading incorrect value. In my case i want to scan only Barcode value not QR CODE. for that i set the code format in code

withBarcodeFormats(Barcode.EAN_13 | Barcode.CODE_93)

Please help me where i am doing wrong.

Thanks in advance.!!