Skip to content

hajifkd/virtcam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

virtcam

A on-demand virtual camera with a virtual background for linux

Detail

This is yet another program to use bodypix to detect a body. When launched, it observe the virtual camera device using inotify and apply the masking process on demand.

Install

For modules

$ sudo apt install v4l2loopback-dkms
$ cat /etc/modprobe.d/v4l2loopback.conf 
options v4l2loopback exclusive_caps=1 video_nr=2
$ cat /usr/lib/modules-load.d/v4l2loopback.conf 
v4l2loopback
$ git clone https://github.com/hajifkd/virtcam.git
$ cd virtcam
$ pip3 install .
$ mkdir -p ~/.config/virtcam
$ cp config.json ~/.config/virtcam
$ cp samplebg.jpg ~/.config/virtcam
$ mkdir -p ~/.config/systemd/user/
$ cp virtcam.service ~/.config/systemd/user/
$ systemctl --user enable virtcam.service

About

Yet another virtual camera daemon with a virtual background for Linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages