From 5e085e420fe9599a8e77e549cd116a50c753f77b Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky Date: Tue, 4 Apr 2023 10:54:27 +0200 Subject: [PATCH] webcamd: Add v4l2loopback example to manual page. Signed-off-by: Hans Petter Selasky --- webcamd.8 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/webcamd.8 b/webcamd.8 index 288348d..9a09fe0 100644 --- a/webcamd.8 +++ b/webcamd.8 @@ -25,7 +25,7 @@ .\" SUCH DAMAGE. .\" .\" -.Dd July 28, 2021 +.Dd April 4, 2023 .Dt WEBCAMD 8 .Os FreeBSD .Sh NAME @@ -169,6 +169,11 @@ Create a vTuner server: webcamd -L 127.0.0.1:5100:-1 .Ed .Pp +Create two V4L2 loopback devices: +.Bd -literal -offset indent +webcamd -c v4l2loopback -m v4l2loopback.devices=2 +.Ed +.Pp .Sh NOTES All character devices are created using the 0660 mode which gives the user and group read and write permissions. .Sh FILES