mohesu / barcode_scanner

A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS.
Apache License 2.0
37 stars 27 forks source link

Picks Wide angle camera on iPhone (which is low-res) - having problems scanning barcodes #55

Closed siranov closed 7 months ago

siranov commented 1 year ago

The plugin works flawlessly on Android, thank you very much!

Unfortunately, on iPhones it starts with wide angle camera so it has hard time scanning the barcode. Can you please look into that or let me know how I can fix that? I would want it to start with primary narrow angle camera which is higher res.

rvndsngwn commented 1 year ago

I'm glad this package was useful for you @siranov Let me check this issue.