I want to build auto-zoom feature for QR scanner app. I'm using android google vision library.
When user align camera to QR code, if distance from camera to QR code is so far, library cannot decode it, I want camera auto zoom-in into QR code to it can decode. I think camera need to know objects similar with QR. Are there any way to do it? Following this sample https://github.com/googlesamples/android-vision
I tried to work with Google Vision, but it just hasn't worked out for me. My use case was simply to read a QR code.
I ended up using Zxing library, and it was really painless if I may add.
I should only mention that, afaik, if you want to read QR code that is perhaps too small, zooming might not help.