2

I've got a blackberry curve, and it runs OS 5. What APIs should I be looking at to use the camera as a barcode reader?

Irwin
  • 12,551
  • 11
  • 67
  • 97
  • 2
    This won't help you right now, but OS 6 will have a builtin Barcode API: http://devblog.blackberry.com/2010/07/blackberry-6-developers/ – jkramer Aug 02 '10 at 11:26
  • See also similar question http://stackoverflow.com/questions/2495049/blackberry-barcode-scanning-library – David d C e Freitas Apr 25 '12 at 10:16

1 Answers1

3

Check out zxing. It has a J2ME implementation so it should fit just fine.

EDIT: Also has a RIM specific section

Community
  • 1
  • 1
renick
  • 3,873
  • 2
  • 31
  • 40