Hi All,
We are building a decoder application on Symbian which uses zxing.
We need to port the app from zxing 1.5 to 1.6 (due to slow performance in decoding data matrix on 1.5).
We are facing a number of issues mentioned below:
1. From 1.5 to 1.6 prototypes of certain functions that we were using have changed.
- getPixel() of LuminanceSource has been replaced by getRow().
If there is any getRow() implementation avaialable, please share the same.
2. There is an implementation of a derived class GreyscaleLuminanceSource in zxing 1.6 that inherits LuminaneSource, which in turn implements getRow().
The constructor of GreyscaleLuminanceSource class takes unsigned char* greyData as a parameter which is supposedly the image data.
3. Another problem is how can we get this data from QImage that is being captured by camera in our application.
Is there a working code to get the data of Qimage using scanLine Qt library function?
Thanks,
Kush


Reply With Quote


Bookmarks