Was anybody able to read the PDF417 barcode with use of the ZXing library on the Android OS? They are supporting this - and according to their page it is in 'alpha' stage.

We are not looking for perfect solution - since the PDF417 is pretty complex and needs a very good camera with auto-focus, we can accept that it will be working only on few pre-selected high end devices.

We have tried also the Barcode Scanner + available on the Android Market - it has the PDF417 option in the settings, but whatever we read it always fails.

We were looking also for commercial SDK, also here on stackoverflow, but with no luck.

Any help is appreciated.

Kind Regards, STeN

link|improve this question

64% accept rate
feedback

2 Answers

up vote 3 down vote accepted

It really depends on what you expect. Simple PDF417 reads pretty instantly, like...

http://www.accusoft.com/resourcecenter/documentation/BarcodeXpress/activex/images/PDF-417.jpg http://www.webscaninc.com/webscan/wp-content/uploads/PDF417.jpg http://labloguera.net/blogs/jalbert/pdf417sd_thumb_26D74651.png http://www.officialeancode.com/sample_codes/2D%20PDF417%20code.jpg

This will never scan:

http://img.tfd.com/cde/_PDF417.GIF

Borderline is stuff that is small or moderately complex:

http://mdn.morovia.com/manuals/bax3/images/pdf417-sample1.gif http://www.carolinabarcode.com/images/ArticleImages/Symbology/PDF417-Barcode.jpg

I can read the first but not the second, even though the first is denser -- size helps.

  • Make sure to enable PDF 417 decoding; it's off by default
  • Quiet zone (white space around the code) is required
  • Focus and light help a lot
link|improve this answer
1  
We have tested it for a long time. With the "Barcode Scanner+" we are able to scan the PDF417 from board tickets, but: Really depends on the device. The LG P990 is good (Samsung Sensation I think as well), the Samsung Nexus II is much worse. Another aspect is the angle and the phone distance, important factor is perfect light conditions and rotation of the phone and bar code. In ideal 'laboratory' conditions is the application amazing, otherwise we were not able to read anything, even we were patient. We need probably wait for better devices and ZXing PDF417 enhancements... – STeN Feb 15 at 19:26
The "Barcode Scanner+" was the best application from many we have tested on Android Market (~10) – STeN Feb 15 at 19:28
1  
You know what I realized... the implementation was never quite completed as there is no error correction routine. I am going to look into finishing that. – Sean Owen Feb 15 at 23:34
feedback

Have used , It can scan PDF417 format. Make sure you give a try with a Gadget containing Auto Focus camera. Have tried It on Samsung Galaxy Tab it works like a charm.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.