Nikos Ftylitakis
Nikos Ftylitakis
#221 has been merged. In case anything else comes up, feel free to open a new issue.
This is very interesting. Thank you very much. In case you have already fixed it in the code, i would gladly accept a pull request, Otherwise I will try to...
Hello @TheSDTM through your logs I understand you have properly setup the project since your target project is able to detect and use the .a static library file. The issue...
When i compile QZXing with "qzxing_multimedia" for MinGW32 in Windows 10 in Debug mode I get a .a file of approximately 20MB. I believe i know why you get these...
This sounds different from your initial issue, correct? Your initial issue was linker error though the "no member named " is compile error. Would you like to share some compilation...
Hello hrhristov, thank you for your valuable question. The project right now is based on the zxing-cpp version v2.3. It was the last version of zxing library that included the...
Hello @maheshdev305, i have two comments: * In Qt 5.x it compiles successfully though for in Qt 6 it has compilation errors. Could you check them? * The test results...
a) regarding the compilation errors, I was facing them when building for Qt 6.0. When compiling with Qt 6.2 it was successful. b) the reason why I am getting low...
Hello @thaitanloi365 to my knowledge, the only way to do this is to use [OpenCV library](https://github.com/opencv/opencv) to create the camera viewer, get access to the frames, create a QImage and...
hello @ioannismihailidis unfortunately I do not have any MAC device to test on so I could only make assumptions. I will try to find some references from issues of other...