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?

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.