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
Hi, I noticed that we perform a version check for QR Code model 2. link
This caused some recognition failures on some low quality QR code images. I found that those QR codes can be recognized successfully if we skip the check here.
Is there any side effects if we skip the version check? Should we consider removing this check or let the user choose whether to enable it?