You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my app, there are cases where no QR code is detected, but I still need to capture a photo.
Currently, mobile_scanner does not allow taking a picture unless a code is detected.
Because of this, I have to close the scanner and switch to a regular camera, which makes the response time much slower.
I would like to know:
Is there a way to capture an image directly from mobile_scanner even if no QR code is detected?
If not, could this feature be implemented?
This improvement would greatly help keep the flow faster and avoid switching camera components in the middle of the process.