webcamoid / akvirtualcamera

akvirtualcamera, virtual camera for Mac and Windows
GNU General Public License v3.0
393 stars 51 forks source link

Sending frames from python #44

Closed isomov closed 2 years ago

isomov commented 2 years ago

Hello! Many thanks for the excellent library!

I have a question: is there a way to send frames from python to your virtual cam?

hipersayanX commented 2 years ago

Here you have some examples in C, you can adapt the examples to make them work with subprocess.Popen() in Python.

isomov commented 2 years ago

Thanks for the answer! Seems like a solution