Closed natalia-wz closed 3 years ago
W20210608 09:52:45.245170 3898 gl_context_egl.cc:168] Creating a context with OpenGL ES 3 failed: UNKNOWN: ; eglChooseConfig() returned no matching EGL configuration for RGBA8888 D16 ES3 request. W20210608 09:52:45.245179 3898 gl_context_egl.cc:169] Fall back on OpenGL ES 2.
Does your GPU support OpenGL ES 3.2? And can you run mediapipe's official example (e.g. hand tracking) on GPU?
well spotted, thanks, I swapped the gpu I was using and voila, it works!
System information
Describe the current behavior Errors on play - MediaPipe load errors
Describe the expected behavior Builds fine, no errors after initialising the Unity project - on play MediaPipe errors, webcam texture not displaying correctly
Steps to reproduce the issue Build on Ubuntu from Ubuntu docker file Run in Unity 2020.3.8f1 checked for desktop and android with and without gpu (the cpu only log file underneath the gpu log file)
Full logs
Additional context Add any other context about the problem here.