问题标签 [zxing]
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.
java - 使用 zxing 从图像中检测二维码
zxing 库是否会直接从图像中检测二维码,而无需确定二维码在图像中的位置?
android - 如何使用 Intent 启动活动并在新活动中传递变量?
所以现在我在我的应用程序中使用 zxing 条码扫描器。这是示例代码(通用):
所以在启动时BarcodeScanner.class
,我也想传入contents
它。我该怎么做呢?
iphone - iphone 上的 Zxing:如何在我的应用程序中不包含 zxing 小部件的情况下扫描 qrcode?
我正在尝试为 iphone 构建增强现实应用程序。我需要扫描 qrcode 但我不想添加 zxing 小部件。
任何想法?
谢谢
:)
android - ZXing 安卓黑莓源码
据我所知,在ZXing Android 源代码中,有一个自定义布局来显示二维码图像中的关键点 ( ViewfinderView
)。然后它显示图像字节流的分析。
我可以脱离这个设计并使用 Android ZXing 源代码来开发一种可以在 Android 和 BlackBerry 平台上使用的方法吗?
它将是一个 JAR 文件,可用于解码 QR 码,使用 Android ZXing 源。
这可以做到吗?有没有人尝试过这种方法?
java - ZXing BarCode Scanner Only Scans App Barcodes
I have leveraged the ZXing barcode scanner intent, but it will only scan App barcodes (the barcodes that you take a picture of and it installs the app on your phone). I want it to be able to scan the barcodes of everyday objects, such as those found on soda cans and boxes of food. When I put it up to a normal barcode it won't detect it.
Here is the code for when I call the intent.
Can you tell me what I'm doing wrong? Any help is appreciated.
android - 在不安装条形码应用程序的情况下实施条形码扫描
我想从我的 Android 应用程序中扫描条形码,而无需安装第 3 方条形码扫描仪应用程序。我下载了ZXing的源代码。当我在我的应用程序中单击一个按钮时,应该会启动条码扫描窗口。我需要从我的应用程序中调用哪些方法才能成功扫描条形码。
谁能帮我解决这个问题?
提前致谢。
barcode - 二维条码与一维条码 - 速度、准确性、尺寸
我想为我的移动项目需求之一实施条形码。要存储的数据量非常少(<25 个字母数字)。我想知道为这个项目实施一维条码还是二维条码(特别是二维码)是否更明智。如果有人可以从 1d 与 2d 的角度对我进行以下方面的教育,我将非常高兴:
- 扫描速度
- 尺寸(移动摄像头识别所需的最小显示尺寸——这更重要)
- 准确性
从典型的处理和 SDK 角度考虑(最好是 zxing)。
c# - 使用 IKVM 在 C# 中进行 zxing
我使用 IKVM 将 jar 文件转换为 .net dll 文件。现在我正试图在我的 .net 应用程序中使用它,但似乎 qrcodereader.decode 需要 BinaryBitmap 进一步需要 Luminance 作为参数。请在这种情况下指导我,因为我找不到实现抽象类的正确类。
zxing - zxing 1.6 ScanTest 没有带我到 URL
我正在使用 zxing 1.6 ScanTest 来扫描二维码。该功能可以在 iphone 屏幕上显示 url,但是如何让它根据 QR 码中的 url 自动将用户发送到网页?谢谢。
colors - 使用 zxing 创建彩色二维码
我正在使用谷歌开源 java zxing 创建者:http ://code.google.com/p/zxing/
创建二维码。我已经准备好了一切并且可以正常工作(我正在使用coldfusion加载java文件并将图像写入浏览器。)
我现在想要的是将黑色 QR 颜色更改为其他颜色。有没有一种简单的方法可以做到这一点?
我需要编辑编码器 java 文件的反编译版本吗?或者有没有办法可以在编码例程中添加颜色参数?
谢谢肖恩