Open Henus321 opened 1 month ago
Guten Tag, Hans here! 🍻 It sounds like you're having an issue with scanning a large QR code using react-native-vision-camera.
To help mrousavy, could you please provide logs from the app while trying to scan the QR code? For Android, you can use adb logcat
to gather logs. This information will be very helpful for diagnosing the issue.
Also, if you really need ze feature to be prioritized, consider supporting ze project by sponsoring mrousavy. This can help bring more attention to your request! Looking forward to your update.
Note: If you think I made a mistake, please ping
@mrousavy
to take a look.
Google MLKit and Dynamsoft can all read this high version QR code using this demo: https://github.com/tony-xlh/react-native-zxing-mlkit-dynamsoft
react-native-zxing this library and the device with the better camera helped me, for now I will use both libraries. The largest code is not always perfectly readable, but I have almost achieved the desired result.
What feature or enhancement are you suggesting?
I am using react-native-vision-camera v4.5.1 with codeScanner. In my project i have to scan realy big QR code "version 40" with base64 inside. Outside the app, the phone camera recognizes the code, but in the app with react-native-vision-camera the code is not recognized. It would be nice to implement support for this version of QR codes.
What Platforms whould this feature/enhancement affect?
Android
Alternatives/Workarounds
I haven't found any alternatives at the moment
Additional information