G00fY2 / quickie

📷🔍 Android QR code scanning library
MIT License
389 stars 52 forks source link

[Improvement] Read qr in the frame #18

Open saeed-lotfi opened 3 years ago

saeed-lotfi commented 3 years ago

Qr reader must not be allowed to read outside of the frame.

G00fY2 commented 3 years ago

I already tried to achieve that, but currently ML Kit offers no sufficient way to do so: https://github.com/googlesamples/mlkit/issues/234

G00fY2 commented 2 years ago

I created https://github.com/googlesamples/mlkit/issues/491 to create awareness of this greatly missed feature.

G00fY2 commented 2 years ago

Maybe androidx.camera.mlkit.vision will allow this once released: https://android.googlesource.com/platform/frameworks/support/+/refs/heads/androidx-main/camera/camera-mlkit-vision

https://issuetracker.google.com/issues/228527078

RowanH commented 2 years ago

Another vote if there's a solution out there - latest flagships are so good/fast getting the wrong QR code in a sea of them is a problem.

piotrmajewski-codefit commented 3 weeks ago

Hello, is this feasible to implement now?