diff options
author | Chris A. Frschl <chris@chrisfroeschl.de> | 2022-09-16 11:29:42 +0000 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2022-09-16 11:29:42 +0000 |
commit | 3986186c3109665b7e188e1b961a74288197f7ec (patch) | |
tree | 02e1902ec52a3ea5b03c0424d99d3101defa2dfa /sys/man/1 | |
parent | f42f1f2dbdc59b8b065e9740ca51eddd2f5ae698 (diff) |
nusb(4), camv(1): add nusb/cam description, introduce camv manpage
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/camv | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/man/1/camv b/sys/man/1/camv new file mode 100644 index 000000000..3587d712b --- /dev/null +++ b/sys/man/1/camv @@ -0,0 +1,16 @@ +.TH CAMV 1 +.SH NAME +camv, camera display +.SH SYNOPSIS +.B camv cam-device +.SH DESCRIPTION +.I Camv +uses the underlying +.I cam-device +file system to start a graphical camera display stream. +.PP +The file system is initialized using nusb/cam (see nusb(4)). +.SH SOURCE +.B /sys/src/cmd/camv.c +.SH SEE ALSO +.IR nusb (4) |