Barcode reading using picture taken using mobile phone camera

前端 未结 6 955
伪装坚强ぢ
伪装坚强ぢ 2021-01-30 05:33

How do we do programmatic reading of a barcode that is captured using a mobile phone camera? For example, how do that using iPhone or Android or Java ME? Do we need separate har

6条回答
  •  闹比i
    闹比i (楼主)
    2021-01-30 06:27

    For Android it's very easy. Simply use the service provided by the Barcode Scanner app (dependancy). Then the Barcode Scanner app will handle all of the scanning part and will simply return you the code.

    I think similar solutions are available for other platforms, but in Android it's even easier because of its Intent architecture.

提交回复
热议问题