02-25-2013 10:11 AM
Hello All,
I am using zxing library for qr code scanner, it's working fine for large images but while i am gonna to use small images it's giving me error. Even though i have set the focus by using 'FocusControl' but still it's not working.
_fc=(FocusControl) _player.getControl("javax.microedition.amms.contro
_fc.setMacro(true);
Do u have any idea how to scan small qr code images?
Thanks
Ajay