I'm building the Android scanning app using zxing library. I have built the zxing core and included the core.jar into my application build path. I don't want to use the intent solution provided in this url "http://code.google.com/p/zxing/wiki/ScanningViaIntent".
My question is: How can I open the camera, capture the contentious images and pass to zxing core library to decode it, when the decode method return the success stop the camera and print the result?
I found the following link useful for me: http://www.arp123.com/post/Identified-in-the-Android-use-ZXing-barcode-QR-Code.html But I'm having problems in continuous scanning. When compared to zxing 1.6 Android barcode scanner app my solution is not good. If someone can help me or guide me to sort this out I would really appreciate it.