Opencv4Android : opencv_for_tegra: Canot create OpenGL context

asked 2015-01-29 12:10:19 -0600

Xi gravatar image

updated 2015-01-29 22:00:54 -0600

I am using OpenCV for Android. Library version is 2.4.10. I want to use the Utils.bitmapToMat() method.

Upon running, the code does nothing and I see a error message in logcat:

W/Adreno-EGL﹕ : EGL_BAD_CONFIG

E/OpenCV_for_Tegra(xxxx): Canot create OpenGL context

I searched around and found there is a bug already open for the issue: http://code.opencv.org/issues/3372

However according to the link, the bug should have been fixed for my library version. I wondered if it's a different issue? Maybe just not enough memories?

edit retag flag offensive close merge delete