Open frojnd opened 3 years ago
You can reach something like this effect when you combine OBS (for image composition) and the plain background mode from deepbacksub. Just pipe the image from your webcam through deepbacksub to substract the background and compose the image in OBS with additional filters (for color/CRT transformation) in OBS. Finally in OBS there's a v4l2loopback exporter plugin you can use to push that composed image over to any application that can use a webcam.
Another possible reason to support OBS more directly than via V4L2 loopback?
First we should get the code base up to a point where it's somewhat more state of the art. Currently there's still quite a bit of work to do be done to straighten out the PoC-ness of the first implementation.
I just found out about: https://elder.dev/posts/open-source-virtual-background/ But it's in python. Can someone make this work with deepbaksub? :)