This is a Dockerfile to use pyvirtualcam on Docker container.
- Docker
docker build --build-arg UID=$(id -u) --build-arg GID=$(id -g) -t pyvirtualcam:0.10.2 .
./launch_container.sh
python examples/video.py <videofile>
python examples/capture_example.py