HowTo read QR Code - Qt Quick Controls 2 APP, mobile platforms
-
@ekkescorner in addition to tekojo, you could also keep the zooming working by simply replacing "minimumValue" with "from" and "maximalValue" with "to". If I remember correctly the example was not operating with iOS because grabToImage was not working correctly at that time, I guess this should be no longer the case anyhow. It was working fine with Android. Regarding HighDpi and material, your code to activate seems good, did you experienced problem with it ? If that could help, during a previous meetup we did play with QtControls2 and the workshop material is here : https://github.com/a-team-fr/MeetupMobileQtQml/tree/master/160330
If you are interested in I could share source code of an almost fully functional application (iOS and Android) with QrCode recognition. I planned to publish this app a few days before engin.io notification to ramp down (and the app is highly using it) so the project is useless but the camera part with QrCode could be helpful... -
@Charby hi - thx helping. I tested the existing project without any changes on Android (6.0 device) and wasn't able to get a QR Code recognized. tried manual, auto, ...
also tried on iPhone6S w iOS10 and the app crashed.
for now I run out of time - will do some more tests on tuesday in San Francisco -
@ekkescorner I have a QAbstractVideoFilter based barcode filter using based on QZXing, works pretty very well. The code is a bit tied to an app that is not yet public (it will be eventually), but I put quickly together a git repo with the relevant sources, it builds but otherwise totally untested, available here https://github.com/oniongarlic/qt5-barcodevideofilter
-
@oniongarlic thx. just on my way to QtWorldSummit in san francisco.
will try it out on tuesday.
btw: have you tested on android and ios ? -
@ekkescorner I've tested my app that uses that code on Android & Desktop. I don't have any iOS devices but if QAbstractVideoFilters are usable on iOS then I don't see (than perhaps the raw image format, but then that "just" needs a converter) why it wouldn't work.
-
@oniongarlic thx again for your help. downloaded your repo and opened project in Qt Creator.
set kits for android, osx and ios
trying to build I'm getting symbols not found for OSX, some errors building for ios and uncount errors trying to build for android.at the moment have no idea howto go gon.
howto get rid of the errors and howto include this lib into another app.
do I have to copy all your content into my own app or do I have to build your lib and refer to this from other projects ?
in this case do I need different builds for targeted platforms ?sorry for these questions - I'm not so familiar with this.
-
Hi! Scanning, and generating QR/Bar codes is possible with SCodes library. It's based on latest ZXing C++ port, which has been adjusted to meet today's projects' requirements. You can read more about it here.
-
@lukas_kosinski any chance of a Qt/QML 6 porting ?
-
@lukas_kosinski would also be great to have more codes - esp Code39 and EAN-Barcodes are essential for my apps