-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如何兼容GPUImage**Filter #124
Comments
需要参考 https://github.com/ksvc/KSYStreamer_Android/wiki/Video_Filter 及demo中的自定义滤镜进行移植,两者的接口都是比较相似的,可以比较容易的移植过来。 |
@buliaoyin 感谢回复。 单个filter移植是比较容易,但是GPUImage lib中filter较多,有一定的工作量。 所以建议考虑提供一个兼容的Filter类,类似https://github.com/lakeinchina/librestreaming/blob/master/sample/src/main/java/me/lake/librestreaming/sample/hardfilter/extra/GPUImageCompatibleFilter.java |
感谢建议,我们后续会调研下的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gpuimage的库实现了很多基础滤镜。请问怎样在项目中兼容这些GPUImage**Filter基础滤镜?
The text was updated successfully, but these errors were encountered: