使用 iPad 2 前置摄像头扫描条形码的库?

发布于 2025-01-03 07:35:39 字数 130 浏览 2 评论 0原文

哪些库可用于使用 iPad 2 前置摄像头(而不是后置摄像头)扫描条形码?

在最好的情况下,该库具有图像处理功能,以弥补自动对焦的缺失。

相关:您建议使用哪种条形码以获得最佳识别率(对于大约 8 位数字的 ID)?

Which libraries are available for scanning barcodes with the iPad 2 front camera - not the back camera?

The library in the best case features image processing functionality to make up for the missing autofocus.

Related: Which barcode would you suggest for best recognition rate (for an ID with about 8 digits)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

兮颜 2025-01-10 07:35:39

ZXing 中的 objc 目录具有与接口连接的 Objective C 包装类ZXing C++ 端口并提供相机选择。 objc 类的文档不多,但有一个 示例 macruby应用程序可以作为指南。

ZXing C++ 端口在 QR 码上最可靠。有一维代码支持,但使用不多。如果您打算使用定焦相机读取,则读取二维码通常比读取一维码更可靠。

The objc directory in ZXing has Objective C wrapper classes that interface to the ZXing C++ port and provide for camera selection. There's not much in the way of documentation for the objc classes but there is a sample macruby app that may work as a guide.

The ZXing C++ port is most reliable on QR codes. There is 1D code support, but it's not heavily used. If you're going to be reading with a fixed-focus camera, QR codes are generally much more reliably read than 1D codes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文