Qt6 Qr Code Scanner (android/ios)
-
Hi ,
is there any available Qr Code scanner available library ?
i saw Scodes but it doesn't work , it just open a blank screen camera and then crash .i used Qt6 .5.0 now
Any help? or any here successfully integrate SCodes using 6.5.0 ? can you send me your git link examples ?
Thanks
-
Hi ,
is there any available Qr Code scanner available library ?
i saw Scodes but it doesn't work , it just open a blank screen camera and then crash .i used Qt6 .5.0 now
Any help? or any here successfully integrate SCodes using 6.5.0 ? can you send me your git link examples ?
Thanks
@jhayar are you able to solve this topic
? -
@jhayar are you able to solve this topic
?@xpress_embedo said in Qt6 Qr Code Scanner (android/ios):
@jhayar are you able to solve this topic
?not yet , i'm still searching and waiting for help
but if someone can help me on another topic , regarding cocoapod to IOS QT project , that's enough for me to proceed thanks
-
@xpress_embedo said in Qt6 Qr Code Scanner (android/ios):
@jhayar are you able to solve this topic
?not yet , i'm still searching and waiting for help
but if someone can help me on another topic , regarding cocoapod to IOS QT project , that's enough for me to proceed thanks
@jhayar I used this QR scanner in a previous project (Qt 5.15):
https://github.com/ftylitak/qzxingThis wrapper is really easy to use and is licensed under Apache-2.0.
The project has an annotation regarding Qt6, but I can't tell you if this has an impact on your use case. -
@jhayar I used this QR scanner in a previous project (Qt 5.15):
https://github.com/ftylitak/qzxingThis wrapper is really easy to use and is licensed under Apache-2.0.
The project has an annotation regarding Qt6, but I can't tell you if this has an impact on your use case.