Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Barcode Reader using zbar sdk

I am working in barcode reader. I am using Zbar Sdk for read a barcode.My problem is that, very small barcode are not read. I am confusing about : Is this a camera problem (iPad 2) or sdk problem plz suggest me.

Thanx

like image 340
Sam007 Avatar asked Jun 05 '26 10:06

Sam007


1 Answers

The iPad 2 camera does not have auto-focus. Zbar doesn't play well with fixed focus cameras:

If your camera is fixed focus, you can try trading off between resolution and focus by playing with the distance of the symbol from the lens. ymmv, but usually your only recourse in this case is to use a better capture device!

like image 143
Amy Worrall Avatar answered Jun 07 '26 07:06

Amy Worrall