mono0926 / barcode_scan2

[reborned barcode_scan] A flutter plugin for reading 2D barcodes and QR codes.
https://pub.dev/packages/barcode_scan2
MIT License
87 stars 78 forks source link

[Feature Request] Limiting the Scan Zone, iOS #54

Open Zoapone opened 2 years ago

Zoapone commented 2 years ago

When scanning in iOS, a barcode is already recognized when it is in the camera image outside of the scan zone. If you have multiple barcodes close to each other, it is not very easy to scan a barcode.

It would be helpful if barcodes are only recognized inside the scan zone, which could be solved by scanRect see MTBBarcodeScanner:

https://github.com/mikebuss/MTBBarcodeScanner#limiting-the-scan-zone

Thanks in advance for a reply. If you need more information or if there is another way to solve this, please let me know.