adgarcis / barcodefraglibv2

Automatically exported from code.google.com/p/barcodefraglibv2
0 stars 0 forks source link

UPC/EAN barcodes not supported #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try Scanning a UPC/EAN code
2.
3.

What is the expected output? What do you see instead?
Decoded UPC/EAN codes. Outputs nothing for the UPC/EAN codfe

What version of the product are you using? On what operating system?
Android 4.3

Please provide any additional information below.

Original issue reported on code.google.com by vijayvik...@gmail.com on 24 Nov 2013 at 6:40

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
UPC/EAN has been identified as issue in ZXIng, the fragment library is based on 
ZXIng.
It has been noticed that using the device in Landscape helps mitigate the issue.
Please confirm if the same can be scanned by XZing application. If yes then 
please try scan in landscape mode and share your observations.

Original comment by abhinava...@gmail.com on 14 Dec 2013 at 11:31

GoogleCodeExporter commented 8 years ago
the native zxing library I use right now which is based upon calling capture 
activity via intent works absolutely fine with UPC/EAN and many other and its 
fast too. so I am firmly positive that zxing native is not a problem. the only 
disadvantage zxing has is that it was never coded natively to work as a 
fragment and your library has this tremendous advantage but did not scan the 
UPC/EAN codes. 

Original comment by vijayvik...@gmail.com on 15 Dec 2013 at 4:05

GoogleCodeExporter commented 8 years ago
This doesn't work in landscape mode for scanning UPC/EAN numbers. Any updates 
to this feature?

Original comment by brandon....@gmail.com on 17 Jan 2014 at 7:11

GoogleCodeExporter commented 8 years ago
UPC/EAN barcodes are now supported, it only works in landscape mode due to 
implementation in xzing core.
I have created a new issue as please follow 
https://code.google.com/p/barcodefraglibv2/issues/detail?id=4 for updates

Original comment by abhinava...@gmail.com on 16 Apr 2014 at 4:27