Integrating the ZXing library directly into my Android application

后端 未结 17 1396
[愿得一人]
[愿得一人] 2020-11-22 04:35

I\'m writing this in mere desperation :) I\'ve been assigned to make a standalone barcode scanner (as a proof of concept) to an Android 1.6 phone.

For this i\'ve dis

17条回答
  •  囚心锁ツ
    2020-11-22 05:14

    I have recently used google mobile vision in both ios and android. I highly recommend to use Google Barcode Scan. It is pretty responsive with any orientation and processing time is pretty fast. It is called Google Mobile Vision.

    The Barcode Scanner API detects barcodes in real time in any orientation. You can also detect and parse several barcodes in different formats at the same time.

    https://developers.google.com/vision/

    https://codelabs.developers.google.com/codelabs/bar-codes/#0

提交回复
热议问题