QR code reader for BlackBerry

孤人 提交于 2019-12-07 10:54:08

问题


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?


回答1:


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.)



来源:https://stackoverflow.com/questions/3289753/qr-code-reader-for-blackberry

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!