How to create barcode scanner (Android)?

后端 未结 4 1340
半阙折子戏
半阙折子戏 2021-02-04 05:58

Can someone tell me if creating barcode scanner app (for Android) is difficult? Is OpenCV library good start? Where can I find algorithm which clearly explains how to read barco

4条回答
  •  闹比i
    闹比i (楼主)
    2021-02-04 06:17

    You can use the existing Zebra Crossing barcode scanner for Android, available at: http://code.google.com/p/zxing/. Typically the idea is that you would invoke it via intents, like in the example here: http://code.google.com/p/zxing/wiki/ScanningViaIntent.

提交回复
热议问题