-1

我想实现一个活动,当开始时,通过摄像头捕获二维码,然后对其进行解码。我可以在平板电脑上不安装其他应用程序的情况下执行此操作吗?我看过zxing,但我不明白它是如何实现的..

4

3 回答 3

2

是的你可以。您将必须: - 初始化相机并启动预览模式 - 等待预览图像并处理它 - 将其传递给 zxing 库进行解码。

良好的起点:zxIng 演示应用程序 - 可用源

于 2012-05-29T09:35:35.953 回答
0

使用开源二维码项目并将它们用于您的应用程序。 zxing是一个

于 2012-05-29T10:16:23.390 回答
-1

Try using latest zxing liberary. You can use it by two ways,

  1. Add the zxing library to your workespace and make it as liberay project.
  2. Add all the file of the zxing liberary to your project.

The second option is much easier. You have to make changes in CaptureActivity according to your requirements. Its very easy.

于 2012-05-29T11:14:56.430 回答