This package browser is in early development. Mind the rough edges.

v4l2loopback-linux-module

Linux kernel module to create virtual V4L2 video devices

This Linux module creates virtual video devices. V4L2 applications will treat these as ordinary video devices but read video data generated by another application, instead of a hardware device such as a capture card.

This lets you apply nifty effects to your Jitsi video, for example, but also allows some more serious things like adding streaming capabilities to an application by hooking GStreamer into the loopback device.

Installation

Install the latest version of v4l2loopback-linux-module as follows:

guix install v4l2loopback-linux-module

Or install a particular version:

guix install v4l2loopback-linux-module@0.14.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of v4l2loopback-linux-module about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/v4l2loopback-linux-module'><img src='https://packages.guix.gnu.org/packages/v4l2loopback-linux-module/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/v4l2loopback-linux-module/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/v4l2loopback-linux-module)

Example Org:

[[https://packages.guix.gnu.org/packages/v4l2loopback-linux-module][https://packages.guix.gnu.org/packages/v4l2loopback-linux-module/badges/latest-version.svg]]