allo- / virtual_webcam_background

Use a virtual webcam background and overlays with body-pix and v4l2loopback
GNU General Public License v3.0
306 stars 48 forks source link

Request: Any chance to make this a gui instead of a command line utility? #76

Closed tdbe closed 3 years ago

tdbe commented 3 years ago

When you just want to put this on a new machine, you just want to doubleclick one file, and the thing to open up and run with a default setting. :)

So batching this all up in a portable package for win, linux etc, would be great chore alleviator. A tray icon would be immensely useful as well to know if it's on and check the settings.

[edit] wait, is this even fully installable on windows? looking at v4l2loopback....?

allo- commented 3 years ago

There is a project, that allows graphical configuration, see #4. When someone is willing to package it with a gui with a tray icon and so on, I am willing to assist how to couple it.

Drivers: Currently supported are v4l2loopback and akvcam (both Linux drivers). But anything that you get to work with pyfakewebcam can be used. Input via opencv should work on all platforms, so you only need to investigate which virtual webcam drivers are available on other platforms and how easy or comlicated it is to send frames to the virtual device.

I close here for the GUI part as it is covered in #4. When you like to contribute to packaging or supporting other drivers, feel free to open another issue, if there isn't one yet.