Skip to content
#

qr

Here are 211 public repositories matching this topic...

🔥 ZXing的精简版,优化扫码和生成二维码/条形码,内置闪光灯等功能。扫描风格支持:微信的线条样式,支付宝的网格样式。几句代码轻松拥有扫码功能 ,ZXingLite让集成更简单。(扫码识别速度快如微信)

  • Updated Jun 7, 2020
  • Java
zhenizhui
zhenizhui commented Jun 5, 2018

在使用这个库的时候,发现有一个问题,当屏幕范围内有多个二维码的时候,会导致解析不出来二维码的结果。

然后我就和 @shifeng1993 进行邮件交流 😃 ,最终定位出了问题,也得到一个暂时可行的解决方案。

二维码示例

pic

原因分析

如果屏幕范围内只有一个二维码,那么这个库能完美解决问题。但是,存在多个二维码的时候,就有问题了。

react-native-camera识别二维码的顺序是先识别第一个二维码,在识别第二个二维码,再限制了区域,所以你对准第二个二维码在框内的时候,实际react-native-camera得到是第一个二维

Improve this page

Add a description, image, and links to the qr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the qr topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.