How to scan images using camera in Black berry?

邮差的信 提交于 2019-12-02 17:19:34

问题


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?


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/8653369/how-to-scan-images-using-camera-in-black-berry

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