Skip to content

Fix EGLStream texture pixel downloading

Quoting the most relevant commit:

EGLStream textures are imported as GL_TEXTURE_EXTERNAL_OES and reading pixels directly from them is not supported. To make it possible to get pixels, create an offscreen framebuffer and paint the actor to it, then read pixels from the framebuffer instead of the texture directly.

Merge request reports