setFilterShader abstract method
Updates the GPU-accelerated filter shader on the camera preview. Pass a valid GLSL Fragment Shader source. The shader should expect:
uniform samplerExternalOES sTexturevarying vec2 vTextureCoord
Implementation
void setFilterShader(int textureId, String shaderSource);