Zxing二维码解析:NotFoundException

2017-04-24  本文已影响104人  薛云龙

在网上找了找解决方法:
第一种方案:
修改参数:hints.put(DecodeHintType.TRY_HARDER, Boolean.TRUE);--失败
把图片变成黑白纯色图片--可行
原文链接:http://www.magicsite.cn/blog/other/other430811.html
第二种方案:
hints.put(DecodeHintType.PURE_BARCODE, Boolean.TRUE);
原文链接:https://github.com/zxing/zxing/issues/216

第二种方案完美解决了问题。

上一篇 下一篇

猜你喜欢

热点阅读