aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Ziaee <ziaee@FreeBSD.org>2026-06-18 13:48:09 +0000
committerAlexander Ziaee <ziaee@FreeBSD.org>2026-06-18 13:48:19 +0000
commitfd1ee28bd01429aa8c38199d5fc069e8b0b75442 (patch)
tree68fa6477f18c085917dbedb8bbe279db1f0877b4
parentca8a1c3c27b0d5915e0dcfd02ea4ef703db4fe9a (diff)
uvideo.4: Initial manual page
Fixes: b711ef9c75ba (import uvideo) Reviewed by: 0mp, bapt, kevans Differential Revision: https://reviews.freebsd.org/D57622
-rw-r--r--share/man/man4/Makefile1
-rw-r--r--share/man/man4/uvideo.439
2 files changed, 40 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index a66d011f7b62..b451fe25d180 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1133,6 +1133,7 @@ MAN+= \
usbhid.4 \
usfs.4 \
uslcom.4 \
+ uvideo.4 \
uvisor.4 \
uvscom.4 \
veriexec.4 \
diff --git a/share/man/man4/uvideo.4 b/share/man/man4/uvideo.4
new file mode 100644
index 000000000000..c7de2d7a0859
--- /dev/null
+++ b/share/man/man4/uvideo.4
@@ -0,0 +1,39 @@
+.\"
+.\" Copyright (c) 2026 Alexander Ziaee. Ohio.
+.\"
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
+.Dd June 17, 2026
+.Dt UVIDEO 4
+.Os
+.Sh NAME
+.Nm uvideo
+.Nd USB video class webcam and capture driver
+.Sh SYNOPSIS
+.Cd device uvideo
+.Sh HARDWARE
+The
+.Nm
+driver supports USB Video Class
+.Pq UVC
+devices such as:
+.Pp
+.Bl -bullet -compact
+.It
+Cameras
+.It
+Capture devices
+.El
+.Sh HISTORY
+The
+.Nm
+driver appeared in
+.Ox 4.4
+and
+.Fx 16.0 .
+.Pp
+Historically, these devices were supported by
+.Sy webcamd
+from the
+.Fx
+Ports Collection.