Skip to content

Chromakey using gstreamer to create a dummy V4L2 device combining a still image and live video

License

Notifications You must be signed in to change notification settings

shermozle/chromakey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

chromakey

Use gstreamer to create a dummy V4L2 device combining a still image and live video by turning a greenscreen background into an alpha channel.

You'll need to install the v4l2loopback kernel modules.

sudo apt install v4l2loopback-dkms

Then create the loopback device. In my case it ends up as /dev/video2 because I have two other devices.

sudo modprobe v4l2loopback

About

Chromakey using gstreamer to create a dummy V4L2 device combining a still image and live video

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages