OpenCV not working with Android 4.3
Hi,
I'm preparing for my masters degree final project and I recently updated my mobile device (Galaxy S4) into Android 4.3. (bad call)
My OpenCV project was working well, but now it's not starting up anymore. (Using JavaCameraView)
I also tried the OpenCV tutorials available in the SDK directory and they also not starting up.
I'm totally **ed up now since I have to complete everything within 2 weeks:(
Tried uninstalling 4.3 update, but couldn't so far. At the moment trying to build OpenCV from source expecting a solution is there..
Any help is greatly appriciated!!!
EDIT: And the error is
11-11 02:01:40.432: I/Adreno-EGL(31134): <qegldrvapi_eglinitialize:316>: EGL 1.4 QUALCOMM build: (CL4169980)
(CL4169980)
11-11 02:01:40.432: I/Adreno-EGL(31134): OpenGL ES Shader Compiler Version: 17.01.10.SPL
17.01.10.SPL
11-11 02:01:40.432: I/Adreno-EGL(31134): Build Date: 09/26/13 Thu
Thu
11-11 02:01:40.432: I/Adreno-EGL(31134): Local Branch:
11-11 02:01:40.432: I/Adreno-EGL(31134): Remote Branch:
11-11 02:01:40.432: I/Adreno-EGL(31134): Local Patches:
11-11 02:01:40.432: I/Adreno-EGL(31134): Reconstruct Branch:
11-11 02:01:40.442: W/Adreno-EGL(31134): <qegldrvapi_eglcreatecontext:2340>: EGL_BAD_CONFIG
EGL_BAD_CONFIG
11-11 02:01:40.442: E/OpenCV_for_Tegra(31134): Canot create OpenGL context
11-11 02:01:40.543: I/ActivityManager(700): Process org.opencv.engine:OpenCVEngineProcess (pid 31134) (adj 0) has died.
I tried both static loading and Async loading.