Hello all, I am developing an application based on the zxing library and I would like the user to be able to decode a photo that is stored on the sd card.
I have found an example under the androidTest example but when I tried to use it I found that in class BenchmarkThread in line 96 eclipse complained that HybridBinarizer is not known.
what I have to import in order to make it work?
also is there any other example I could read?
thanks in advanced maxsap