xda-developers上一位热心网友hypest根据ZXing项目,用C#重写实现了一个超强的条形码、二维码识别工具Barcorama。帖子在 http://forum.xda-developers.com/showthread.php?t=368798,源码托管在sf上。



由于ZXing的强大,支持这几种条形码/二维码
- UPC-A and UPC-E
- EAN-8 and EAN-13
- Code 39
- Code 128
- QR Code
缺点是需要调用标准的camera wizard来拍照,识别速度慢
顺便值得一提的是ZXing项目,协议是Apache License 2.0,有J2ME, J2SE, iPhone, Android, RIM版本(唯独没有Windows Mobile版本),非常的强大。
![]()
ZXing (pronounced "zebra crossing") is an open-source, multi-format 1D/2D barcode reader library implemented in Java. Our goal is to support decoding of QR Codes, Data Matrix, and the UPC family of 1D barcodes. It will provide clients for J2ME, J2SE, and Android.
可以去ZXing的讨论组社区看看
最近发现barcode, Quickmark, RFID, 物流这些东西和IT结合也相当紧密的 :-)
十一月 9th, 2008 at 21:57
这东西是不是扫描后 产品名称 价格就出来了?
Reply
electronixtar reply on 十一月 10th, 2008 10:42:
8可能。就是把条形码的值读出来
Reply