letmaik / pyvirtualcam

🎥 Send frames to a virtual camera from Python
GNU General Public License v2.0
472 stars 50 forks source link

add linux support #20

Closed JayFoxRox closed 3 years ago

JayFoxRox commented 3 years ago

(Based on #16, so I'll keep this a draft for now, and rebase when #16 has merged; only need to review the linux related commit)

Partially closes #3

This is even more low-effort than the macOS port. Simply uses https://github.com/jremmons/pyfakewebcam to reach cross-platform support.

Tested using ffplay.

letmaik commented 3 years ago

Can you rebase this on master?

letmaik commented 3 years ago

Superseded by #29.