summaryrefslogtreecommitdiff
path: root/debian/avg_showcamera.1
diff options
context:
space:
mode:
Diffstat (limited to 'debian/avg_showcamera.1')
-rw-r--r--debian/avg_showcamera.154
1 files changed, 54 insertions, 0 deletions
diff --git a/debian/avg_showcamera.1 b/debian/avg_showcamera.1
new file mode 100644
index 0000000..350214b
--- /dev/null
+++ b/debian/avg_showcamera.1
@@ -0,0 +1,54 @@
+.TH AVG_SHOWCAMERA "1" "November 2011" "libavg 1.7.0" "User Commands"
+.SH NAME
+avg_showcamera \- camera discovery and display tool
+.SH SYNOPSIS
+.B avg_showcamera
+\fI\-l\fR
+.HP
+.B avg_showcamera
+\fI\-r\fR
+.HP
+.B avg_showcamera
+\fI\-t DRIVER [OPTION]...\fR
+.SH DESCRIPTION
+Query and list attached cameras, reset firewire bus, show video stream.
+.PP
+.SH OPTIONS
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Show a brief description of the options.
+.TP
+\fB\-l\fR, \fB\-\-dump\fR
+Dump a list of available cameras to the console.
+.TP
+\fB\-r\fR, \fB\-\-resetbus\fR
+Reset the firewire bus and free allocated bandwidth.
+.TP
+\fB\-t\fR, \fB\-\-driver\fR DRIVER
+One of the camera subsystems supported by libavg (supported: firewire, video4linux, directshow).
+.TP
+\fB\-d\fR, \fB\-\-device\fR DEVICE
+Camera device identifier (depending on the driver, a GUID or device path is expected).
+.TP
+\fB\-u\fR, \fB\-\-unit\fR UNIT
+Unit number. Used for cameras or other capture devices which deliver several images (e.g. stereo cameras or TV capture cards).
+.TP
+\fB\-w\fR, \fB\-\-width\fR WIDTH
+Camera image width.
+.TP
+\fB\-e\fR, \fB\-\-height\fR HEIGHT
+Camera image height.
+.TP
+\fB\-p\fR, \fB\-\-pixelformat\fR PIXELFORMAT
+Camera pixel format (one of: I8, I16, YUV411, YUV422, YUYV422, RGB, BGR, BAYER8).
+.TP
+\fB\-f\fR, \fB\-\-framerate\fR FRAMERATE
+Frames per second.
+.TP
+\fB\-8\fR, \fB\-\-fw800\fR
+Set firewire bus speed to s800 (if supported).
+.TP
+\fB\-s\fR, \fB\-\-noinfo\fR
+Don't show any info overlayed on the screen.
+.SH AUTHOR
+Ulrich von Zadow <coder@c-base.org>