Open dhagz opened 7 years ago
I got this issue when I released the camera during onPause
and set-up again during onResume
. Now, I only set-up the camera during onCreate
and released during onDestroy
which minimized this issue but gave birth to this issue: https://github.com/CyberAgent/android-gpuimage/issues/319
Any idea to minimize this issue?