有人知道如何将 ZBar 移植到 NaCl 吗?我正在制作一个 pnacl 项目,需要从图像中读取二维码。我正在Linux上工作。谢谢您的帮助!
naclports 项目有许多到 Native Client 的库端口,以及一些通用的基础设施。目前还没有 zbar 的端口,但我已经为其提交了一个错误 here 。
来自 zbar 自述文件:
...
The scanner/decoder library itself only requires a few standard
library functions which should be avilable almost anywhere.
The zbarcam program uses the video4linux API (v4l1 or v4l2) to access
the video device. This interface is part of the linux kernel, a 2.6
kernel is recommended for full support. More information is available
at
http://www.linuxtv.org/wiki/
...
听起来扫描仪/解码器部分的移植应该不会太困难。如果您有兴趣帮助移植,最好继续讨论我上面链接的错误。
我是一名优秀的程序员,十分优秀!