zxing camera is not working with Android API 4.0.3? -


my application using zxing camera,

it working fine when try open application in device android api 4.0.3 crashing automatically cameramanager.java

if (camera == null) {   camera = camera.open();   //camera = camera.open(getfrontfacingcameraid());         if (camera == null) {     throw new ioexception();   } } 

logcat shows following error :

    @ com.google.zxing.client.android.camera.cameramanager.opendriver(cameramanager.java:129) 

can me can do?


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -