Hello,
I was trying to show images and play small video. So i refer the NXP application note(AN4274). But, while compiling the code, i am getting error
InitOGLES: Assertion `eglGetError()==EGL_SUCCESS' failed.
Aborted (core dumped
After execution of this following line
"glesSurface = eglCreateWindowSurface(glesDisplay,configs,open("/dev/fb0",O_RDWR), NULL); "
Please reply me, where i am going wrong.
Thanks in advance.