letmaik / pyvirtualcam

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

Alpha channel supported now? #83

Closed kevinpl07 closed 2 years ago

kevinpl07 commented 2 years ago

Originally posted by @graphemecluster in https://github.com/letmaik/pyvirtualcam/discussions/51

In reference to this issue, is rgba now supported?

letmaik commented 2 years ago

Please use Discussions for questions in the future, as guided towards in the New Issue landing page.

Regarding your question, it's all in the README ;) https://github.com/letmaik/pyvirtualcam#windows-unity-capture. And there's even an example at https://github.com/letmaik/pyvirtualcam/blob/main/examples/rgba_gif.py.