-
Notifications
You must be signed in to change notification settings - Fork 345
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
My QML app don't decode the QR code #86
Comments
Hello @implor which platform are you targeting? Android? Linux? other? |
same here. decoding not working on 5.11 for somereason |
its not about target platform, but Qt version. |
@swex @implor |
I have the same problem, QML decoding not work, the target platform is Linux. |
I also tried QZXingLive with Qt5.11 on both Amd64 and Arm64 on linux and cannot decode any Qr code |
@simonschmeisser @seraphzxz87 check for my simple Qt/QML wrapper I've made around zxing-cpp works good for me for any Qt version. |
I also tried QZXingLive with Qt5.11.3 on Macx and cannot decode any Qr code |
I've updated the QZXing live example and I can verify i works indeed with Android. |
see my pr #102 |
Doesn't work for me on Linux either (Arch Linux Qt5.12). |
Hello all, today I had an available linux pc to test and i confirm that for some reason the decoding fails. Meanwhile, when deployed on Android it continues to work properly. |
…ead of the image is not correct (it is missaligned). #86
…n QZXingFilter. Now it seems that Decoding is working for Linux. #86
Hello all, i have fixed the support of YUYV image decoding so now the decoding of images in Linux works. Could you please give it a try and give me your feedback? I have added the solution to branch 86-fix-QZXingFilter-Linux . As soon as you confirm that it is ok, i will merge it to master. |
Hey thank right now im not working at this but in a few days i'll give it a
try and i'll send you the feedback
El mié., 17 abr. 2019 9:42, Nikolaos Ftylitakis <notifications@github.com>
escribió:
… Hello all,
i have fixed the support of YUYV image decoding so now the decoding of
images in Linux works.
Could you please give it a try and give me your feedback? I have added the
solution to branch 86-fix-QZXingFilter-Linux . As soon as you confirm that
it is ok, i will merge it to master.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#86 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Am4XA38H5etLyMGmGFRiWp0ulSzZ3abwks5vhtBPgaJpZM4VMt7z>
.
|
Closing due to inactivity since the issue has been resolved during our testing. If any issue comes up freely open a new issue or reopen this one. |
Hi, here i am again previously i had asked for help but that was a lib issue that finally i can solve, so, here's the new problem:
My App runs correctly, it keeps running searching for QR code but it never found 1 the code stay in bucle here:
i know that the camera works fine with the same QR i'm trying to decode, i've tested it with another program. So i wonder if u can help ASAP. NOTE: the camera is started and closed when open or close qr_image_scan rectangle. (Neither your example works fine with me, but using third-party software linux QtQr app works, any idea if the configuration is not correct, ask for my mail if needed to send the project to you)
Here the code:
The text was updated successfully, but these errors were encountered: