Zxing 未解码具有大量数据的二维 Data Matrix 码
我的项目需要一个能够读取大量数据的库 来自 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
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试使用此库。
另请使用 http://code.google.com/p/zxing/
Try to use this library.
Use also http://code.google.com/p/zxing/
该库可以很好地扫描此代码,但可能无法扫描 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.
任何有兴趣的人;现在有一个支持 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.