问题标签 [zbar]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
5062 浏览

python - Zbar 树莓派安装

我正在尝试在我的树莓派上安装 zbar。我通过输入以下内容来构建源代码:

./configure
make
安装

安装完成后,我输入python并尝试导入zbar。这样做会导致分段错误。

关于可能是什么问题的任何想法?

0 投票
1 回答
6771 浏览

c++ - 如何编译 ZBar 示例?(未定义参考...)

我需要为我自己的 c++ 程序使用 ZBar 库,但我什至无法编译示例。看起来编译器找不到目标文件或类似的东西,我收到诸如“未定义对`_zbar_get_error_code'的引用”之类的错误。

我从他们的 wiki复制了以下来源:

我尝试用 shell 命令编译它(从他们的 wiki 复制)

这是我得到的错误:

我正在使用 Ubuntu 12.04,安装了 build-essential 和 libzbar-dev

PS:我从已经编译的示例中选择了 ZBar 而不是 ZXing,因为它检测到更多的 QR 码(例如更倾斜、更小、有更多噪音等......)

0 投票
3 回答
2524 浏览

objective-c - iOS:ZBar SDK unicode 字符

使用 ZBar 扫描 QR 码时,该过程产生的字符串无法正确显示 unicode 字符。任何免费使用的 QR 码生成器(如http://qrcode.kaywa.com )将Márti编码为 QR 码的单词将导致Mテ。rti

在其他 SO 问题(12)中,建议在结果字符串的开头嵌入 BOM,但这样做:

或这个:

导致了与亚洲角色相同的、有缺陷的结果。symbol.data是 ZBar 提供的结果 NSString。

更新:根据 dda 的回答,解决方案如下:

0 投票
0 回答
555 浏览

objective-c - 更改嵌入式扫描仪的绿色边框 (ZBar)

所以我在 UIViewController 中有一个 ZBarView(用于嵌入式扫描仪),我想知道如何更改绿色边框以使其具有这样的效果?

在此处输入图像描述

0 投票
4 回答
50387 浏览

python - 在 Python 中将 openCV 图像转换为 PIL 图像(用于 Zbar 库)

我正在尝试对使用 OpenCV 的相机方法提取的图像使用 Zbar 库的 QR 码检测方法。通常 QR 码检测方法适用于我计算机上的图像(jpg、png 等),但我猜 OpenCV 捕获的帧是不同的。
有没有办法将捕获的帧变成 PIL 图像?

谢谢你。

0 投票
2 回答
3339 浏览

python - 转换为 PIL 后,无法从 OpenCV 图像中解码 QR 码

我一直在使用 OpenCV 方法从我的相机中获取图像。我想使用 zbar 库从这些图像中解码 QR 码,但是在我将图像转换为 PIL 以由 zbar 处理之后,解码似乎不起作用。

0 投票
2 回答
8177 浏览

python - 如何为 64 位 Windows 和 Python 2.7 安装 ZBar?

我正在尝试将 zbar 库与 Python 2.7 和 Windows 64 位一起使用,但没有现成的 .exe 安装。

我对自己“构建”还很陌生。步骤是什么?

0 投票
1 回答
3745 浏览

ios - 在 ZBar 扫描仪顶部添加叠加层

我正在使用ZBar SDK在 iPhone 上读取 QR 码,但是我想在相机/扫描仪视图的底部添加一些文本,作为用户的说明性文本。这是我到目前为止所拥有的:

这是完整的课程:

https://gist.github.com/4163761

不幸的是,标签没有显示。ZBar 的文档说为此目的使用 cameraOverlayView,但它似乎不起作用。

另一个注意事项,我使用的是 Titanium 框架,所以这就是额外的 Titanium 类的来源,但是我的问题应该是针对 ZBar 的。

0 投票
2 回答
1837 浏览

android - 无法用前置摄像头扫描条码

我们正在使用 Zbar 库扫描码类型 128 条码,该库适用于 android 设备中的后端摄像头,并且还提供了成功的扫描结果。但是当我们在 android 设备中为前置摄像头使用相同的库时,它会为扫描提供垃圾结果,有时它根本不扫描。

请为此问题提供一些解决方案。

0 投票
2 回答
5058 浏览

android - After update the APK supports fewer devices than previously

I have a relative simple App that was already in the Play-Store of Google.

Now I've made an Update of this App. One Point of this Update was that I include the ZBar-Scanner. The Rest of the changes were minimal and shouldn't have any influence on my problem.

I just put the newest verison of my App in the Play-Store and I get following warning: "Warning: Active APKs support fewer devices than previously active APKs. Some users will not receive updates."

I've downloaded ZBarAndroidSDK-0.2.zip from sourceforge.net (http://sourceforge.net/projects/zbar/files/AndroidSDK/) and import it to my project as it is explained in the README-File.

I tested my App local on my HTC Wildfire S (->Version 2.3.5), on Samsung Galaxy 3 (GT-I5800 -> Version 2.2) and on my Galaxy Nexus (-> Version 4.2). There was never a Problem. Everything worked. I also tested the exported APK and had no Problems.

Now I add this APK to the Play-Store and updated my App and I get the warning for the tested devices. Neither my HTC Wildfire, nor my Samsung Galaxy 3 can update the new version.

Can anybody help me and explain me whats the Problem?

Thanks a lot!!!

EDIT:

My Manifest:

And the Manifest of ZBar: