When i try to run opencv(2.4.2) sample3 on android 4.1.1(galaxy nexus). i'm getting RuntimeException. Logcat points here: (android.hardware.Camera) mCamera.startPreview();
If i run same sample on android 2.3.6(htc hd2) there is no problem and it works. Is there any idea how can i fix this problem? I search it and people generally say "it's not working on android 4.1.1" but i'm just wondering is there anyone who works it on android 4.1.1.