开发者

zxing how to decode from a file?

开发者 https://www.devze.com 2023-01-13 15:45 出处:网络
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 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 comp开发者_如何学Golained 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?


HybridBinarizer is in the project's core/ module. That code also needs to be present and available to your build to work. The provided Ant script, naturally, does this for you.

0

精彩评论

暂无评论...
验证码 换一张
取 消