开发者

zxing framework is not working with 1D barcodes for iphone

i am using zxing for barcode reader into my iphone application .But it is working for QRCoder开发者_JS百科 2D barcodes .But for my app i need to scan 1D barcodes. So what should i change into my code , or else what should i have to do so that my app is able to scan 1D barcodes.


You can use redlaser sdk for the barcode scanning. Check this url:

http://redlaser.com/

This will be useful for the following barcodes

zxing framework is not working with 1D barcodes for iphone


What about the ZBar - Library ? http://zbar.sourceforge.net/iphone/index.html


http://code.google.com/p/zxing

It says below that the iphone port of the zxing project for android only has the QR section implemented. So zxing isnt the way to go if you are looking for 1d barcodes.


@Oh Danny Boy, PSB

Why don't 1D codes work on iOS devices? An initial port of the Java code to C++ for 1D codes was done some time ago but has not been actively maintained. Results generated by this code are not comparable in quality or stability to the Java code.

Because of this, it is disabled by default in the iOS classes. Contributors interested in improving and maintaining this code are welcome. It's not particularly hard; the Java code is actively maintained and not very difficult to port. The need is for someone with sufficient interest/motivation.

http://code.google.com/p/zxing/wiki/FrequentlyAskedQuestions

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜