Possible Duplicate:
How to decode QR code
How can i use in an application the camera for scanning QR or bar code and show me the results?
Intent intent = new Intent("android.media.action.IMAGE_CAPTURE");
startActivityForResult(intent, 0);
What do i have to put then to capture the image and get the information of the product?