Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在使用 Zbar 库扫描码类型 128 条码,该库适用于 android 设备中的后端摄像头,并且还提供了成功的扫描结果。但是当我们在 android 设备中为前置摄像头使用相同的库时,它会为扫描提供垃圾结果,有时它根本不扫描。
请为此问题提供一些解决方案。
这背后有很多原因,前置摄像头的 MP 非常低,并且在很多情况下它们无法自动对焦。这就是它无法正确扫描条形码的原因。
您可以参考: 链接
因为前置摄像头总是低分辨率。因此它可能无法正确读取条形码。