i am using ZBAR bar code reader to scan 18-digit code128 format bar codes,it is working well for 5-digit and 12-digit bar codes.But it is not all scanning 18-digit bar codes.I have gone through zbar forums and made some changes to default code to make it work for code128 bar codes. .Can any one please tell me is it problem with ipod camera or do we have any code snippet to make it work?
Regarding the iPod Touch 4G issue this is most likely a hardware limitation. The device only has a 0.7MP resolution and no autofocus which makes scanning barcodes much more difficult.
One option is to limit these devices from downloading the app using UIRequiredDeviceCapabilities.
You could try improving frame resolution by filtering first with a sharpen filter before passing to ZBar. Have a look at: