MikeWhite

Results 12 comments of MikeWhite

I narrowed things down and it seems that ``` if (captureRect.isValid() && frameToProcess.size() != rect.size()) { frameToProcess = image.copy(rect); } ``` in QZxingFilterVideoSink.cpp is causing this crash. When i comment...

After further testing with Qt 6.3 RC1 after suggestion from Qt support I have narrowed things a little more down. I've done a manual slowdown of the processing by adding...

Are there any news on porting to Qt 6.2? This is really a great library!

Currently testing with Qt 6.5.0 and followed again the suggestions made in this thread. With master version the QZXing QrCode recognition is very slow and sluggish using QZXingLive. I've made...

Currently working woth Qt 6.5.x. No changes to current version has to be made. QR-Code recognition is working as expected.

But what does it mean? Do i generate too much Items? I have generated custom components based on Qaterial controls.

Hello again, After digging deeper I've found your ios.platform.cmake and included it in my local repository. With this changes and setting the correct cmake options the project configures. When I...

When I set the options for cmake exactly as described i get same result. Why rcc generates a 0 byte file? Is there any kind of typo? Should it be...

I have an idea: In the shell script rcc is called to work with /Users/TedvG/Documents/Qt/Qaterial/build/qml/Qaterial/Qaterial.build/Release/rcc_object_Qaterial.build/Objects-normal/arm64/qrc_Qaterialtmp.o But this file is not existing in the ../Release/.. folder. It is exisiting in ../Release-iphoneos/.....

Renaming the folder containing the files needed by the shell script to '.../Release-iphoneos/..." solved the issue for me. I will try your answer. Seems to be a problem with https://man.archlinux.org/man/cmake-policies.7.en....