pyfakewebcam
pyfakewebcam copied to clipboard
A library for writing RGB frames to a fake webcam device on Linux!
In its current state the demo is super dangerous for someone with epilepsy -- it does a very good job of showing off the software but I worry that it...
Dear @jremmons - Firstly thanks for this project, this is exactly what I was looking for! I tried running the project (both pip installed and via local pulls (both tagged...
According LICENSE.txt.
Hi there! While packaging pyfakewebcam for NixOS, I noticed that there is an inconsistency in the license. LICENSE.txt is LGPLv3 while setup.py lists GPLv3. Would you please be able to...
Great project! Any plans to add windows support? (it seems there is a started project here: https://github.com/TimSC/libvideolive)
File "build/bdist.linux-x86_64/egg/pyfakewebcam/__init__.py", line 3, in File "build/bdist.linux-x86_64/egg/pyfakewebcam/pyfakewebcam.py", line 8, in ImportError: No module named v4l2
I haven't tested this yet but it seems like it should work and maybe saves some more time. Did I miss something here? It almost seems too obvious.
Would be nice to have a close/release/Terminate method. If you first create a fakewebcam with a specific resolution and you want to restart it with another resolution, this won't work...
I have tried both pip version, and the python file in Github. I get `E:\Scripts\Python\opencv\Pycam>python red_blue.py Traceback (most recent call last): File "red_blue.py", line 2, in import pyfakewebcam File "E:\Miniconda\lib\site-packages\pyfakewebcam\__init__.py",...
I am able to manipulate my webcam image and display it to screen. However, if I pass it into a pyfakewebcam camera, the feed I get when I ffplay /dev/video2...