I’ve decided to run in --browser-mode to see what is going on and discovered that I am getting the dreaded Chromium “The browser supports WebGL, but initialization failed” message. It appears that WebGL isn’t enabled on the iMX8. I’ve created a simple docker compose which shows this going to webglreport.com
Docker-Webgl.yml (1.8 KB)
So since it appears that Webgl isn’t supported on Chromium (Chromium is not accelerated ( webgl not activated )) on the iMX8 I switched to using Cog and it shows that webgl1 is enabled, but not webgl2. You can see it with this example docker compose
Docker-Cog.yml (1.7 KB)
I’ve managed to launch a COG version going to our application, but to to be honest, the frame rate with Cesium is really bad.
What are my options to get a WebGL enabled browser on the iMX8?