Open-Source Virtual Background
elder.dev
Open-Source Virtual Background
1–10 of 85 posts
Re: Open-Source Virtual Background
#2Re: Open-Source Virtual Background
#3Re: Open-Source Virtual Background
#4Now, I know that there are many companies that force people to be on with a live video feed, and that many don't really like it.
How about recording a 3-min clip and playing that in an infinite loop - creating a fake feed (remember Keanu Reeves' Speed?) - so that people can avoid not being seen, but still get things done better? A mask on the face is a simple addition to avoid detection. As the saying goes, modern problems require modern solutions!
Re: Open-Source Virtual Background
#5Thanks for sharing! I have been working on the exact same project with Tensorflow & BodyPix, really helpful to compare notes & see the pyfakewebcam approach!
I'm iterating on it again tonight, and tentatively virtualvideo [1][2] gives better results by just piping frames into ffmpeg vs pyfakewebcam
[1]: https://github.com/Flashs/virtualvideo/ [2]: https://pypi.org/project/virtualvideo/
I'll have to update the post or do a follow-up at some point.
Re: Open-Source Virtual Background
#6Re: Open-Source Virtual Background
#7Brilliant! Now, I know that there are many companies that force people to be on with a live video feed, and that many don't really like it. How about recording a 3-min clip and playing that in an infinite loop - creating a fake feed (remember Keanu Reeves' Speed?) - so that people can avoid not being seen, but still get things done better? A mask on the face is a simple addition to avoid detection. As the saying goes…
The virtualvideo readme has an example of looping a single frame. https://github.com/Flashs/virtualvideo#errorhandling
Re: Open-Source Virtual Background
#8Brilliant! Now, I know that there are many companies that force people to be on with a live video feed, and that many don't really like it. How about recording a 3-min clip and playing that in an infinite loop - creating a fake feed (remember Keanu Reeves' Speed?) - so that people can avoid not being seen, but still get things done better? A mask on the face is a simple addition to avoid detection. As the saying goes…
Re: Open-Source Virtual Background
#9Re: Open-Source Virtual Background
#10The magic is pyfakewebcam and v4l2loopback, I was looking foe a way to turn myself into a potato on Teams. The bit I was missing was how to create a virtual webcam.