r4ul90
r4ul90

Reputation: 21

Integrating Zxing 1.7 into Android app

I have compiled the Zxing core.jar and I have already added it to my Eclipse project, but I'm having trouble while trying to use the Zxing libraries I don't know where to start from. What I would like to do is to scan QR Codes directly from the device's camera. My actual app does show the camera preview in a SurfaceView, but it doesn't scan anything.

My question is how to actually scan from the camera? Without using the Zxing intent mechanism, I would like to embed Zxing directly into my project.

I'm a newbie, I would appreciate any kind of help you can provide me: code, links , etc. Thanks in advance.

Upvotes: 2

Views: 780

Answers (1)

Sean Owen
Sean Owen

Reputation: 66891

The project has complete source code for Barcode Scanner in android/. You can just reference this.

Upvotes: 1

Related Questions