0

I want to make an application which reads qr code but it should not use any external application i had tried with zxing code but some times it cant read codes

thanks in advance

jay shah
  • 29
  • 1
  • 5
  • 1
    `some times it cant read codes` I sincerely doubt there's anything out there that has a 100% success rate, considering lighting conditions and camera resolution can vary greatly in different scenarios. – Raghav Sood Feb 11 '13 at 08:40
  • duplicate : http://stackoverflow.com/questions/2240341/reading-barcodes-with-android – Nimish Choudhary Feb 11 '13 at 08:41

1 Answers1

0

Give a look at the following ZBar library: http://sourceforge.net/projects/zbar/.

sdabet
  • 18,360
  • 11
  • 89
  • 158