It's my first question but I will try to explain the problem properly. I am tring to use ZBar (Barcode reader) in my android app. I don't want to use another barcode reader installed on the phone but implement ZBar into my code. I tried tips from here on how this could be done. The problem is I can't use hardware.Camera. I have attached a few print screens:
Asked
Active
Viewed 310 times
1 Answers
0
If you are using Android studio add in your gradle :
compile 'me.dm7.barcodescanner:zbar:1.8.4'
And read how to user: (Repo + Tutorial)

Cliff
- 682
- 8
- 30