Hi all I am using the qzxing library and source to build the qrscanner using the qzxingfilter. The e-con camera provides the videoframe of YUYV, therefore the application qzxinglive is unable to convert the frames. In the terminal, vdeoformat conversion is required, message comes up.
Hi, Sorry for my english :-) Thanks for the great library! I have an Android app...
Hello Ram, the version of both zxing java and zxing cpp that i am currently using...
Hi, I'm using v2.4 now. could you please tell me: version of original zxing (java...
Greetings, during the past weeks i have migrated the code base and the wiki articles...
Using the QZXing through the source code
Using the QZXing through the binaries provided
Home
deletion of all the files due to project code r...
Hi, I followed the setup instructions from here (https://sourceforge.net/p/qzxing/wiki/Home/)...
Hi, I'm trying to make an app which need to read qr code. The qr code detecting works...
trying to deal with linker errors on msvc 2013
Hello Ram, have you tried running "ldconfig" to udpdate the cache of the shared ...
I have cross compiled QZXing as shared library and deployed to /usr/lib ls -la /usr/lib...
Added class ReedSolomonEncoderTests
further enhance the testing utilities
Further enhance tests for QRcode encoder
Updated old tests with the new testing utilities
refactoring on the namespaces
Updated the tests to use the correct way of han...
added a log file of the current status of the d...
Fixed the way exceptions are thrown, changed 't...
Started implementation of zxing/qrcode/encoder/...
Enable new tests.
completed implementation of zxing/qrcode/encode...
added implementation of zxing/qrcode/encoder/QR...
Added unfinished implementation of BitArrayTests
Implementation of tests for MASKUTILTESTS_H
changed visibility of functions included in qrc...
Continuation of development on Testing framewor...
revisit the translation of >>> symbol from Java...
Implemented BitArray::toString
fixed the refresh of the generated image from E...
Hello Pavel, Your code is correct. The past few weeks i have made some changes that...
minor optimization in the BarcodeEncoder view.
Use the Image Provider in the encoder.
Introduced new option for QZXing. if QZXing::se...
Implemented singleton class of Image Provider. ...
Update BarcodeEncoder to make use of Image Prov...
Experimental implementation => in case of failu...
changed the algorithm that calculates the grays...
minor changes in the QRFinderPatternFinder.cpp
completed the transition from char to byte.
Ported functions
minor enhancement to the BarcodeEncoder UI.
Aligning implementation with the Java original ...
reverting wrongly commited file
Hey Guys, i hope it isn't too dumb Question. I'm relative new in qt and absolute...
Hey Guys, i hope it isn't too dumb Question. I'm relative new in qt and absolute...
Hello Pavel, Your code is correct. The past few weeks i have made some changed that...
Merged. Thank you for your contribution!
Created file zxing/common/Types.h to hold commo...
continued the transition of changing all byte r...
minor optimization at the handling of file path...
all types that store bytes have changed from "c...
added test result log of current state of chang...
Merge /u/kl222/qzxing/ branch master into master
Will reject this as it is included in "Code Merge Request #5: Fix compatibility ...
Merge /u/moebucks123/qzxing/ branch master into...
Revert "Started the transission of char contain...
Started the transission of char containers to u...
It has been modified: https://sourceforge.net/p/qzxing/code/merge-requests/5/
qt less than 5.5 does not support Format_Grayscale8 688../CameraImageWrapper.cpp:...
Hello Maurice, thank you very much for your contribution! I need to be away for the...
I'm Sorry.... commited an old try... thats how it should be. LineSampler.cpp if(expectedLength...
Hey Guys, i hope it isn't too dumb Question. I'm relative new in qt and absolute...
Merge branch 'encoder_changes'
In automatic tests, enhanced logs to provide mo...
Fix bad signness comparison for default values.
Fix memory leaks.
Disable saving image files by default and corre...
refactoring in qzxing.cpp to remove uneeded ref...
rename project QZXingTests to the valid name QZ...
added custom function for calculating the grays...
Reimplemented CameraImageWrapper to internally ...
removed unsued variables
changed the calculation of grayscale since ther...
Refactoring on CameraImageWrapper on the conver...
optimized CameraImageWrapper::getMatrix by remo...
added c++11 config in BarcodeEncoder project
compilation fix for Mingw, was not able to find...
Hi, I am using QZXing 2.4 on Windows to decode QR code from an image. However in...
minor fix in the log files of the test results.
The suggestion of max resolution 999x999 per im...
added a log file with the status of v2.4 as a r...
minor style edit
Created reporting at the end of the tests. Fail...
made function QZXing::decoderFormatToString sta...
Added separate list of inconsistent files. Adde...
enhancements in testing functions. Fixed result...
added compiler flag needed for Mingw to support...
Bug fix for edge case in UPC reader. Row to be ...
expanded the selection of test folders in test ...
First end-to-end version of the automated test....
updated README file of test resources.
In the function decodeImage added the const qua...
Added new project that will be used for automat...
added resources that will be used for the autom...
updated example projects to the new file struct...