条形码阅读器的开源
我正在开发一个条形码读取器应用程序,并希望将其免费上传到应用商店。 所以我需要一个免费的开放源代码来帮助读取从 iPhone(包括 3G)发送的图像的条形码。
我看过几个线程,但它们提供的参考都是付费 API。
任何帮助将不胜感激。
I am developing a barcode reader application and wants to upload it for free on appstore.
So I need a free OPEN SOURCE that helps in barcode reading through images sent from iPhone(including 3G).
I have seen several threads but the reference provided by them are all paid APIs.
Any help would be really appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你可以看看zxing的iphone端口
http://code.google.com/p/zxing/源/浏览/#svn/trunk/iphone
You can take a look at the iphone port of zxing
http://code.google.com/p/zxing/source/browse/#svn/trunk/iphone
我一直在使用http://zbar.sourceforge.net/(iphone链接:http://zbar. sourceforge.net/iphone/index.html)并且它工作得非常非常好。
I have been using http://zbar.sourceforge.net/ (iphone link:http://zbar.sourceforge.net/iphone/index.html) and it works very, very well.
这里是下载链接,没有适用于 iPhone 的版本。它找不到CoreVideo框架并会给出错误。 Core Video 框架在 3GS 之前的 iPhone 上不可用。它具有早期版本的手机所不具备的视频录制功能。因此,如果您尝试将其安装在 3G 手机上,则会出现错误。
正如之前的评论中所说,我没有见过比 zxing 更好的东西......
Here is the download link Which doesnt have a version for iPhone. It could not find the CoreVideo framework and will give an error. Core Video framework is not available on iPhones prior to 3GS. It has the video recording functionality that is not available in the earlier versions of the phone. So if you are trying to install it on a 3G phone, it will give you an error.
And as told in the previous comments I havent seen anything better than zxing....