Resource icon

Free linuxgreenscreen

I have a very bare-bones demo up and running! Check the instructions on the gitlab page.

Would love any feedback, ideas, encouragement, and contributions.

To run the demo check the instructions on the gitlab page.
If you have a webcam at /dev/video0 and a loopback device at /dev/video10 - you can hopefully get a green screen going via:

Bash:
python3 -m linuxgreenscreen.demo

At the moment I've hard-coded all the important settings, so chances are it will look awful. Will be working on UI so that the source camera and effect settings can be adjusted.
Top