mintware-de / flutter_barcode_reader

A flutter plugin for reading 2D barcodes and QR codes.
MIT License
628 stars 464 forks source link

[Bug] Camera scan area does not respect to cutOutSize on IOS #232

Closed rg9z closed 4 years ago

rg9z commented 4 years ago

Hi, I found that it still able to scan the QR while it's not within the cutOut Area on Ios. Is there any way to only scan within cut out area?

devtronic commented 4 years ago

No, that's not possible. The cut out ist just a overlay for the scanner preview. The barcode detection happens before the preview is updated.