Decoding qr code from image stored on the phone with Zxing (on Android phone)

前端 未结 3 811
失恋的感觉
失恋的感觉 2020-12-05 06:20

I have an app that receives qr code from the server. I want to decode it (not with intent and camera) and display the text it contains in my app. I have alredy done this in

3条回答
  •  攒了一身酷
    2020-12-05 06:47

    Download ZXing from google code, and this class file: ZXing-1.6/zxing-1.6/androidtest/src/com/google/zxing/client/androidtest/RGBLuminanceSource.java can help you.

提交回复
热议问题