All Questions
1 question
0
votes
3
answers
3k
views
Android ML Kit library for QR code scanning: How to increase detection performance by reducing image resolution
This is my stripped down sourcecode for barcode scanning
build.gradle
dependencies {
.....
// MLKit Dependencies
implementation 'com.google.android.gms:play-services-vision:20.1.3'
...