Nikos Ftylitakis

Results 56 comments of Nikos Ftylitakis

Hello @INS-GitHub this depends on how you use the library. Do you call the QZXing::decode function your own? Or, do you use the QZXingFilter instead? For instance, take a look...

Thank you for your input. After applying the changes that you have made, did you achieve your initial goal?

I have not tested the above code, i hope it works for you. I have only one comment on the use of "delete". You better not use it like this,...

You could also do a small refactoring: - Put the QEventLoop, QTimer, QFutureWatcher as class members, initialize them once in the constructor of QZXingFilter as well as the signal/slot connections....

Yes regarding the "_Cannot create children for a parent that is in a different thread_" makes sense. An instance of a QObject that already has a parent can not be...

@Eism thank you for your comment. Your observation is correct. It was used to increase the detection rate though it should implemented better. It will be handled shortly.

Hello @JacekMarcinJ with a quick first look to the above code, i have a question in the following line of code: ``` property alias codes: zxingFilter.codes ``` the zxingFilter.codes property...

@arkceajin thank you for your report. I can reproduce the issue so I will look at it.

Greetings, yesterday after browsing ZXing code I came upon the MultiBarcodeReader: https://github.com/ftylitak/qzxing/blob/master/src/zxing/zxing/multi/MultipleBarcodeReader.h So, I am leaving this comment here as a note, hoping at some point (me or any other)...

Hello @patrickjane I have just merged #201 so i would suggest you pull the latest code and also add the following definitions to your cmake: ```cmake set(QZXING_USE_DECODER_QR_CODE "true") ``` Moreover,...