Zxing 未解码具有大量数据的二维 Data Matrix 码

发布于 2024-11-14 23:30:00 字数 444 浏览 2 评论 0原文

我的项目需要一个能够读取大量数据的库 来自 2D 数据矩阵。现在我正在使用 Zxing,它是 仅解码二维数据矩阵,数据量较少,无法读取 二维数据矩阵中的数据量很大。但它与 QR 一起工作正常 具有任意数据量的代码 这是我的 2D 数据矩阵数据

任何其他库都可用于 2D 数据矩阵扫描 我已经下载了 libdmtx 库,但我不知道如何在我的项目中使用它,因为它是一个 C 文件?

请给我解决方案

提前感谢

这是我的 2D 数据矩阵数据

在此处输入图像描述

zxing 1.7 无法使用这些上面的代码 我需要其他库来解码上述类型的 2D 数据矩阵

我找到了用于 2D 数据矩阵解码的 libmtx 库 但是如何将 libmtx 与 xcode 集成呢?

My project needs a library which is able to read large amount of data
from 2D data Matrix .Now I am using Zxing which is
decoding only 2D data Matrix with less amount of data and not able to read
large amount of data in 2D Data Matrix.But its working fine with QR
codes with any amount of data
this is my 2D data Matrix data

Any other library is available for 2D data matrix scanning
I have downloaded libdmtx library but I don't know how can i use it with my project because it is a C file?

Please give me solutions for this

Thanks in Advance

this is my 2D data Matrix data

enter image description here

zxing 1.7 Not Working with these above code
I need other libraries to decode 2D data matrix of above type

I found libmtx library for 2D data matrix decoding
But how can i integrate libmtx with xcode?

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

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

发布评论

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

评论(3

傾旎 2024-11-21 23:30:00

尝试使用此

另请使用 http://code.google.com/p/zxing/

Try to use this library.

Use also http://code.google.com/p/zxing/

小女人ら 2024-11-21 23:30:00

该库可以很好地扫描此代码,但可能无法扫描 C# 代码。 C# 代码很旧且不受支持。您可能需要从 Java 重新移植它。

The library scans this code fine -- but perhaps not in the C# code. The C# code is old and unsupported. You may have to re-port it from Java.

无语# 2024-11-21 23:30:00

任何有兴趣的人;现在有一个支持 ZXing 的可可豆荚

在大多数情况下,人们可以使用 iOS7 中的本机库,但这不适用于 datamatrix (和其他一些格式。

Anyone interested; There's now a cocoa pod for ZXing support.

In most cases people will be fine using the native libs in iOS7, but this does not work for datamatrix (and some other formats.

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