intermezzio / weffe

Add effects to a webcam in Linux for Zoom, Webex, or other calls, or stream a video to a webcam, including blurred background
https://intermezzio.me/weffe/
MIT License
125 stars 8 forks source link

add modularity #18

Open doctorcolossus opened 6 months ago

doctorcolossus commented 6 months ago

Hello, I just came across this project and my initial impression is that the predefined filters look potentially useful, but are quite fixed. What if I want to do something else? I think it would open up a lot of possibilities if weffe defined a framework for filter plugins from the greater community, and the existing plugins were showcased more as examples of how to do this. Right now it is monolithic, in that all of the code is in one huge file, the filters are fixed, and it's not immediately clear how or where to add a new one, where to begin with that, or what would be required to do so. Of course the code is all there and I or anyone else could figure it out given enough time, but implementing some kind of modular framework to streamline the process could lead to a richer collection of filters.