We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QZXing decoder; if(codeType == BARCODE_TYPE_QRCODE) { decoder.setDecoder( QZXing::DecoderFormat_QR_CODE ); } else { decoder.setDecoder( QZXing::DecoderFormat_PDF_417); } decoder.setSourceFilterType(QZXing::SourceFilter_ImageNormal); decoder.setTryHarderBehaviour(QZXing::TryHarderBehaviour_ThoroughScanning | QZXing::TryHarderBehaviour_Rotate); retMsg = decoder.decodeImage(imageToDecode);
heip:retMsg is NULL when I use QZXing::DecoderFormat_PDF_417!
QZXing version is 3.3.0; Qt version is 5.9.9 + VS2015 I tried, except PDF417,all ok!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
heip:retMsg is NULL when I use QZXing::DecoderFormat_PDF_417!
QZXing version is 3.3.0;
Qt version is 5.9.9 + VS2015
I tried, except PDF417,all ok!
The text was updated successfully, but these errors were encountered: