我可以在没有网络摄像头的情况下使用 Android 模拟器扫描 QrCode 吗?
我试图通过做很多测试来了解 API zxing 来开发我自己的条码扫描仪。现在我使用的是 Android 终端,但这不是最好的解决方案。那么有没有一种解决方案可以使用 Android 模拟器扫描 QrCode 而无需网络摄像头呢?我想象过使用放入 SDCard 中的图像之类的东西。
(我使用 Eclipse 和 Android SDK 来开发它,但我没有网络摄像头。)
I'm trying to understand the API zxing to develop my own barcode scanner by doing many tests. Right now I'm using an Android terminal, but it's not the best solution. So is there a solution to scan a QrCode with the Android Emulator and without a webcam? I imagined something like using an image placed into the SDCard.
(I'm using Eclipse with the Android SDK to develop this and I don't have a webcam.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
感谢您的回答,但我的计算机上没有网络摄像头(我编辑了我的问题)。
我找到了一个解决方案,其中将图片(QrCode,FlashCode,...)放置在模拟器的SD卡上。不幸的是,它仅适用于 zxing 1.3 版本。
因此,如果有人有想法在最新版本中做到这一点,我想研究一下。
Thanks for your answers, but I haven't a webcam on my computer (I edited my question).
I found a solution which in which a picture (QrCode, FlashCode,...) is placed on the SD Card of the emulator. Unfortunately it works only with the release 1.3 of zxing.
So if anybody have an idea to do this with the last release, I would like to study it.
您需要一个相机来扫描二维码。目前模拟器还不支持拍照。如果您无法使用带有摄像头的测试设备来测试二维码应用程序将非常困难。
You need a camera for scanning a QR code. Until now the emulator does not support taking pictures. If you can't get your hands on a test device with a camera testing QR code apps will be very hard.
我在网上找到了一些东西,可以让您使用计算机的网络摄像头作为模拟器中的摄像头。尝试一下。 Android 中的实时相机预览
I found something online that lets you use your computer's webcam as the camera in the emulator. Give it a try. Live Camera Previews in Android