EddyTheCo / qrCode

QRCode C++/QML methods
https://eddytheco.github.io/qrCode/
GNU General Public License v3.0
0 stars 1 forks source link

VideoSink frame to image do not work on android #59

Open EddyTheCo opened 9 months ago

EddyTheCo commented 9 months ago

In Android, the camera preview is not shown, shows a black screen, and the qr can not be decoded.

It seems that https://github.com/EddyTheCo/qrCode/blob/b35dda56ebd07d5f58be7552f6814965fffc091a/QtQrDec/Qrimagedecoder.cpp#L124C29-L124C60

Returns a black image this does not happen for Linux. Still need to test it on Windows and Macos

EddyTheCo commented 8 months ago

https://bugreports.qt.io/browse/QTBUG-119914