I want to read(Decode) the generated QRcode.
I had found the link for encoding the QRCODE in github.But didnt get the link or anything from where i can decode the generated qrcode.I had gone through zbar and Zxing.But it is not working properly.
And this is not free licence.i want something which is free licensed and can encode and decode the code properly.
Can any one please help me out.
I want to read(Decode) the generated QRcode. I had found the link for encoding
Share
Try ZBar and read the docs, it’s very easy to use, you can scan from image, or scan from camera feed. Also you can use free generator online to test your apps.
EDIT:
For encode you could call the Google Chart Api like this if you want for example a qr code iamge that contains the link http://www.google.com (so just replace the link with your data, 300×300 is the size):