summaryrefslogtreecommitdiff
path: root/man/avg_chromakey.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/avg_chromakey.1')
-rw-r--r--man/avg_chromakey.139
1 files changed, 39 insertions, 0 deletions
diff --git a/man/avg_chromakey.1 b/man/avg_chromakey.1
new file mode 100644
index 0000000..12774b1
--- /dev/null
+++ b/man/avg_chromakey.1
@@ -0,0 +1,39 @@
+.TH AVG_CHROMAKEY "1" "March 2011" "libavg 1.5.4" "User Commands"
+.SH NAME
+avg_chromakey \- test application for libavg chromakey filter
+.SH SYNOPSIS
+.B avg_chromakey
+\fI\-t DRIVER [OPTION]...\fR
+.SH DESCRIPTION
+Stream a live image from a camera and apply a chromakey filter.
+.PP
+.SH OPTIONS
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Show a brief description of the options.
+.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).
+.SH AUTHOR
+Ulrich von Zadow <coder@c-base.org>