How to get image of barcode?
I am using ZXing api to read barcode from a image and i can read barcode using below code but i want also image of barcode which capture by api pl开发者_运维百科ease let me know how to get it.
IntentIntegrator.initiateScan(Activity);
Thanks
Guy,
I guess that my answer is late..
You can implement the capture() method in camera factory. Remember that you'll have to describe where you want to save this "DATA PHOTO" or simply "PHOTO" (Normaly, you'll save that in SDCard)
精彩评论