0

I have implemented code scanning in my android app using ZXing library. It is working good, I can read codes, read data from them etc. However there is one issue, when reading code from my monitor, I have to get my phone far away from the code to make it work, here comes my question, is it possible to change this somehow or it is not possible?

user3274539
  • 687
  • 2
  • 8
  • 18

1 Answers1

1

No, this is how the library behaves. To get better result avg distance you need 2.5cm between your scanning device and barcode.

Mukesh
  • 515
  • 7
  • 21