有没有简单的一维条码阅读器?

发布于 2024-09-30 22:29:48 字数 197 浏览 1 评论 0原文

我正在为我的 Android 应用程序寻找一个简单的条形码阅读器。我只需要能够读取代码并将其返回给我。我已经看过 zxing 条码阅读器,但它太复杂了,在我看来,它的重点更多是二维条码,并且浏览论坛,我发现如果手机没有自动对焦功能,它在读取一维条码时会出现问题(也许对所有读者来说都是一个普遍问题,但也许另一个问题可以更好地处理它们)。

有什么建议吗? tnx。

i am looking for a simple barcode reader for my android app. i only needs to be able to read the code and return it to me. i have already looked at zxing barcode reader but it is too complex and it seems to me that its focus is more on 2d barcodes and looking around the forums i found out that it has problems reading 1d codes if the phone doesn't have autofocus (maybe a general problem for all readers but still maybe another one handles them better).

any suggestions?
tnx.

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

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

发布评论

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

评论(1

说谎友 2024-10-07 22:29:48

我之前已经使用 zxing 来处理纯一维条形码,我不得不说它再简单不过了,你检查过吗:http://code.google.com/p/zxing/wiki/ScanningViaIntent

唯一的缺点是用户需要安装 Zxing(尽管如果不这样做,他们就会被重定向到它的市场页面)。

希望有帮助!

I have used zxing before now for pure 1d bar-codes and i have got to say it couldn't be simpler, have you checked out: http://code.google.com/p/zxing/wiki/ScanningViaIntent

Only downside is that the user needs the Zxing installed (although if they don't then they will be redirected to the market page for it).

Hope it helps!

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