cats-oss / android-gpuimage

Android filters based on OpenGL (idea from GPUImage for iOS)
9.01k stars 2.27k forks source link

Is there any way to detect draw complete in GPUImageFilterGroup? #350

Open malikmotani opened 7 years ago

malikmotani commented 7 years ago

I have created an app using GPUImageFilterGroup. I want to save image automatically after onDraw() complete its execution. I have tried to log the event but onDraw() is getting called random number of times.