Skip to content

atinfinity/pyvirtualcam-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyvirtualcam-docker

Introduction

This is a Dockerfile to use pyvirtualcam on Docker container.

Requirements

  • Docker

Preparation

Build Docker image

docker build --build-arg UID=$(id -u) --build-arg GID=$(id -g) -t pyvirtualcam:0.10.2 .

Create Docker container

./launch_container.sh

Example

Create virtual camera

python examples/video.py <videofile>

Capture

python examples/capture_example.py

reference

About

Dockerfile to use pyvirtualcam on Docker container.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published