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:
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.