-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to increase scanning area size? #16
Comments
Hi! |
Hi Sorry i think i post wrong question but that's not what i mean, Yes already try the example project and it's great Let me ask once again and describe my issue, I tried the example project and want to resize width and height of the camera preview smaller and found the image on the camera preview won't scale out properly, here is the screenshot of my issue: And this what i expected, the screenshot comes from blackberry messenger app, Any hints to make it happen? Once again sorry for the confusing Many thanks for your help :) |
Ok. Sorry but If you set a custom size to the QRCodeReaderView, camera preview will scale as you can see in your first picture. To achieve a behavior like that, maybe you can try to "overlap" or hide the full size camera preview with an opaque view over it, or something like that. |
Hi! this is great library and i love that
but How to increase scanning area size?
i've searched and found the best solution is like this:
http://stackoverflow.com/questions/20398419/how-to-increase-scanning-area-size-in-zxing
and i noticed you used modify or different version of zxing library.
Any hints to to adjust scanning area size that scale out with this library?
i've tried to set the width "<com.dlazaro66.qrcodereaderview.QRCodeReaderView" on the layout.xml then the camera view not scale out image correctly
Please advise and i appreciate for your help, thanks mate :)
The text was updated successfully, but these errors were encountered: