Open jy617lee opened 5 years ago
I found how to resolve this! I don't know why, but if I delete below code in Glfilter.java (release()), it works!
handleMap.clear();
Hi. I have the same issue. How to edit this code when I use library as dependency? PS: Problem seems to be solved. I'm creating new GLFilter object for generate video. Previously I'm was using same filter which was used to add filter to preview.
Thank you for a good discussion.
@jy617lee Hi, does it have any impact on the app, i mean any new crashes by commenting this handleMap.clear();
Hi. I have the same issue. How to edit this code when I use library as dependency? PS: Problem seems to be solved. I'm creating new GLFilter object for generate video. Previously I'm was using same filter which was used to add filter to preview.
Thanks you, you save my day
Hi, Thank you for this amazing library!
However, I just run sample app of this project, and found that if I follow the flow below, causes error. movie preview --> select filter(bilateral_blur/box_blur/brightness etc) --> touch save button
These are the error logs, and this is caused because below two methods returns -1
Do you have any idea that I can fix this issue?