-
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 Read again QR code? #5
Comments
I don't really understand this issue, it's about a malfunction of this library or about how to use it? |
it's about how to use it not malfunctioning,I implemented this project and it's work great,on start of activity it scan qr code and stop preview OK, but now i want to scan again qr code without recreating activity on click of button start/stop so i am not getting idea how to do this,please show me way to do that. |
on button click calling this method "mydecoderview.getCameraManager().startPreview();" just start camera preview but not actually scan qrcode so which method should i call for start scan again. |
It's been a while since I released this lib, but I remember that Start/Stop decoding while camera is on, is not implemented. You can modify my code or the original project code, try to implement that and later make a pull request. |
When Activity called first time its create object of QRCodeReaderView and scan QR code at first time but i want to scan again QR code on click of Start/stop button but how ?please tell me.
Thank you
The text was updated successfully, but these errors were encountered: