user1107689
user1107689

Reputation: 1

How to scan images using camera in Black berry?

I have started one project in which I want to implement QR code scanning functionality. Say for example: ZXing in android. I want to implement for blackberry OS 6 and above. I want to scan live images using camera. Is it possible? If yes, then how it possible?

Upvotes: 0

Views: 263

Answers (2)

Govindarao Kondala
Govindarao Kondala

Reputation: 2862

Please check this in your eclips folder

path is

Eclipse\plugins\net.rim.ejde.componentpack6.0.0_6.0.0.29\components\samples\com\rim\samples\device\barcodescandemo

barcodescandemo demo is QRcode reader please check it you can find all things

Upvotes: 0

Mister Smith
Mister Smith

Reputation: 28168

You have to use the Barcode API. It was released for OS 6.0. Before that, there was ZXing (added in 5.0) but no livescan functionality.

Here you are the how-to: http://supportforums.blackberry.com/t5/Java-Development/How-to-use-the-Barcode-API/ta-p/574569

Upvotes: 1

Related Questions