google / jetpack-camera-app

Apache License 2.0
116 stars 25 forks source link

Remove EGL_EXT_yuv_surface extension requirement #242

Open temcguir opened 1 week ago

temcguir commented 1 week ago

We don't actually write to a YUV surface (we only read from one), but that is handled by the GL_EXT_YUV_target extension. We convert and output to RGB in the shader.