mrousavy / react-native-vision-camera

📸 A powerful, high-performance React Native Camera library.
https://react-native-vision-camera.com
MIT License
7.6k stars 1.1k forks source link

✨ CodeScanner QR version 40 #3251

Open Henus321 opened 1 month ago

Henus321 commented 1 month ago

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.

photo_2024-10-18_16-56-03

What Platforms whould this feature/enhancement affect?

Android

Alternatives/Workarounds

I haven't found any alternatives at the moment

Additional information

maintenance-hans[bot] commented 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.

xulihang commented 3 weeks ago

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

Henus321 commented 2 weeks ago

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.