 |
|
|
It is great job. Any one try to use the decoding part with mobile built-in camera picture. I tried but No result.
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
|
 |
|
|
This library is just excellent but too slow on the WindowsMobile. I have profiled this library's decoder and I found the bottleneck that is the "QRCodeDecoder::imageToIntArray" method. I attempt to decode a jpg file(VGA,low-quality) that includes qr-code and the "QRCodeDecoder::imageToIntArray" method had consumed 41[sec] ! 
I hope it will be blew over.
■Environment CPU:ARM PXA270 OS:WindowsMobile 6 Classic
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
More to say. Bottlenecks are the Bitmap::getPixel method and large size images(VGA etc). Can this library decodes the QVGA ? 
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
I met a problem while (i2 < maxDataCodewords) { rsTemp[rsBlockNumber][j] = codewords[i2]; j++; if (j >= (rsBlockOrder[rsBlockNumber] & 0xFF) - rsEccCodewords) { j = 0; rsBlockNumber++; } i2++; }
IndexOutOfRangeException could you help me please? Thank you!here is my skype :shelly19831229
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
在 System.IO.FileNotFoundException 中第一次偶然出现的“mscorlib.dll”类型的异常 在 System.IO.FileNotFoundException 中第一次偶然出现的“mscorlib.dll”类型的异常 在 System.IO.DirectoryNotFoundException 中第一次偶然出现的“mscorlib.dll”类型的异常 在 System.IO.DirectoryNotFoundException 中第一次偶然出现的“mscorlib.dll”类型的异常 在 System.IO.DirectoryNotFoundException 中第一次偶然出现的“mscorlib.dll”类型的异常 在 System.IndexOutOfRangeException 中第一次偶然出现的“ThoughtWorks.QRCode.dll”类型的异常
while (i2 < maxDataCodewords) { rsTemp[rsBlockNumber][j] = codewords[i2]; j++; if (j >= (rsBlockOrder[rsBlockNumber] & 0xFF) - rsEccCodewords) { j = 0; rsBlockNumber++; } i2++; }
I don't know how to solve this problem ,Please help me ,Thank you!
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
I am using QR Code library for mobile phone
When I open the solution file I am not able to load both the mobile projects and gets the following error
Error retrieving information from user database. Platform not found.
The project could not be opened becuase it refer to a device platform that doea bot exists in your datastore
I got rid of this error by changing the platform Id to
3C41C503-53EF-4c2a-8DD4-A8217CAD115E in both the .csproj files of mobile projects
Now the solution loads successfully
When I try the Encode with default settings,I get the error "IndexOutOfRangeException"
on line number 777 rsTemp[rsBlockNumber][j] = codewords[i2]; in class QRCodeEncoder.cs
Can any one help me how to get rid of this error, I whole work is struck because of this
Hoping for the quick reply
Regards Saurabh Sondhi
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
|
There is a QRcode printed in a book or a card. Then we take the photo concluding the QRcode and some other things around it. How can we divide the photo and decode the QRcode?
Thank you .
|
| Sign In·View Thread·PermaLink | 1.50/5 (4 votes) |
|
|
|
 |
|
|
 |
|
|
 |
|
|
I can not find the QR standard or some related document.
It's quite a good website to visit ,and i can learn a lot of things about programming,just like the website as www.vckbase.com in china.i want to be a member of this big family.
|
| Sign In·View Thread·PermaLink | 1.50/5 (2 votes) |
|
|
|
 |
|
|
 |
|
|
I have solve the this error in the Mobile version. In fact, while running the encoding procedure, the program will need to read a file from the system. The PC version, in the directory of SampleApp, a subdirectory called resource contain these .dat files that are needed during the encoding process.
In order to run the mobile version smoothly, copy these files and paste it into \\program files\qrcodewindoewsmobile5\qrcode_data (of the PDA).
|
| Sign In·View Thread·PermaLink | 2.00/5 (2 votes) |
|
|
|
 |
|
|
 |
|
|
Hi, when I run the QRCode sample application in XP, if I choose a long data (like ThoughtWorks Interactive Technologiessdggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg") to encode, I get the below exception. However if I choose a short data, it does not give any excption. Is there any maximum length for the data to be encoded?
System.IndexOutOfRangeException was unhandled Message="Index was outside the bounds of the array." Source="ThoughtWorks.QRCode"
modified on Friday, May 30, 2008 8:44 PM
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
|
Hi, First of all, I'm very appreciate about this source code. However, when I encode some text like "Hello World" by alphanumeric, save the image, then decode this image and I got text "H0000 W0000". It happens in QRCodeSampleApp, the rest I still not check. Hope you fix the bugs and please email hoan006@yahoo.com when you successfully repair. Best regards Thank you
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Yes, The alphanumeric character ranger is (0-9,A-Z,SP, $, %, *, +, -, ., /, : ). So the "Hello World" over the range.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
This Lib makes me easy for programming. I will develope small project about movie rental shop with 2D barcode instead of 1D barcode. Thank again.
|
| Sign In·View Thread·PermaLink | 1.33/5 (3 votes) |
|
|
|
 |
|
|
I try to use this library, but not all QRCode can be decoded, althought the same qrcode can be decoded using another library. What should I do? Thanks before....
» @CopyLefts by SpooKy «
|
| Sign In·View Thread·PermaLink | 2.50/5 (4 votes) |
|
|
|
 |
|
|
 |
|
|
I get an error: Error retrieving information from user datastore. Platform not found. After that I can get the app to run and see the encode and decode (awesome). But teh 2 projects for QRCodeMobileLib and QRCodeWindowsMobile5 are unavailable.
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
|
Hi, I had the same problem, all you need to do is go download Windows Mobile 5.0 SDK for Pocket PC.
http://www.microsoft.com/downloads/details.aspx?familyid=83A52AF2-F524-4EC5-9155-717CBE5D25ED&displaylang=en
Install it (Windows Mobile 5.0 Pocket PC SDK.msi) and the mobile projects will be available.
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
|
 |
|
|
System.IndexOutOfRangeException was unhandled Message="IndexOutOfRangeException" StackTrace: at ThoughtWorks.QRCode.Codec.QRCodeEncoder.calculateRSECC() at ThoughtWorks.QRCode.Codec.QRCodeEncoder.calQrcode() at ThoughtWorks.QRCode.Codec.QRCodeEncoder.Encode() at ThoughtWorks.QRCode.Codec.QRCodeEncoder.Encode() at QRCodeWindowsMobile5.MainForm.btnEncode_Click() at System.Windows.Forms.Control.OnClick() at System.Windows.Forms.Button.OnClick() at System.Windows.Forms.ButtonBase.WnProc() at System.Windows.Forms.Control._InternalWnProc() at Microsoft.AGL.Forms.EVL.EnterMainLoop() at System.Windows.Forms.Application.Run() at QRCodeWindowsMobile5.Program.Main()
http://img503.imageshack.us/my.php?image=errorqb7.jpg
|
| Sign In·View Thread·PermaLink | 2.25/5 (4 votes) |
|
|
|
 |