适用于 BlackBerry 的 QR 码阅读器
是否有 BlackBerry 库/组件(开源或商业)可集成到我自己的应用程序中充当 QR 码阅读器?我想将它完全集成到我的应用程序中。
或者:有没有办法将开源 ZXing 库与相机结合使用,理想情况下可以实时检测代码?
Is there a BlackBerry library/component (open source or commercial) for integration in my own application that acts as QR code reader? I'd like to fully integrate it in my application.
Or alternatively: is there a way to use the open source ZXing library in combination with the camera, ideally with live detection of the code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的目标是 BlackBerry 6,RIM 现已将 ZXing 库作为操作系统的一部分:
http://devblog.blackberry.com/2010/10/barcode-api/
对于 6.0.0 之前的应用程序,zxing 项目的网页提到了 JavaME 和 RIM 特定的模块:
http://code.google.com/p/zxing/
(我的一些同事已经能够集成条形码使用此库将生成器集成到 BlackBerry 5.0.0 应用程序中,因此绝对可以使用 zxing,但他们还没有尝试与相机集成以进行实时检测。)
If you're targeting BlackBerry 6, RIM has now included the ZXing library as part of the OS:
http://devblog.blackberry.com/2010/10/barcode-api/
For pre-6.0.0 applications, the webpage for the zxing project mentions JavaME and RIM-specific modules:
http://code.google.com/p/zxing/
(Some of my coworkers have been able to integrate barcode generators into BlackBerry 5.0.0 applications using this library, so it's definitely possible to use zxing. But they haven't tried integrating with the camera for live detection.)