Read 2D || QR Barcode from Compact Framework
-
Hello Frieds; I want to read qr barcode from my windows mobile phone using its camera. How can i handle this using without external program. Thanks in Advance Best Regards
Well my first suggestion would be to try and get the contrast stable. Then attempt to convert to a binary image (i.e only either black or white pixels) then you will need to produce some sort of scanning algorithm to detect black data and white space. then you need to research the formats of 2D barcode formats so you can make sense out of your data results. Basically, its not an easy task so good luck!
Life goes very fast. Tomorrow, today is already yesterday.
-
Hello Frieds; I want to read qr barcode from my windows mobile phone using its camera. How can i handle this using without external program. Thanks in Advance Best Regards
Hello Tyler, This is a heavy task. I'm busy making a 2D barcode scanner for one and a half month now. I'm working with java/j2me, but that's just because it is more compatible with the mobile devices. In order to read QR-codes, you need to buy the standard (as it is an ISO). If you would like to have it ready on instant, you could try use zxing, this is googles opensource implementation.