Scroll to navigation

VIDCAT(1) Version 0.7.1 VIDCAT(1)

NAME

vidcat - capture a frame from a video4linux device

SYNOPSIS

vidcat [-h?blgV] [-d <device>] [-f jpeg|ppm|png] [-i tv|comp1|com1|s-video] [-n pal|ntsc|secam] [-q <1..100>] [-s WIDTHxHEIGHT] [-o <file>]

DESCRIPTION

vidcat captures a frame from a video4linux device and writes the result to the standard output device. With the following options you can define output format, size etc..

OPTIONS

Use an alternate v4l device, '/dev/video' is the default device.
This applies only to PPM output. With this option the PPM ouput is written in binary mode.
Define the file format to use for the output stream. The default is "jpeg".
Use greyscale instead of RGB24 for the output data.
Set the input channel to use. The default value is none, which means the preset of the device is used.
Loops until CTRL+C is pressed. This is the default for the YUV4MPEG output.
Select the input norm for the grabbing device. The default value is none.
Use the named file for output instead of standard out.
Set the palette to use: c = RGB24, g=GREY, y=YUV420P, Y=YUV422P.
Set the quality for JPEG output. The value could be a number between 1 and 100. The default value is 80.
Define the size of the output frame in pixels. The default setting is 320x240.
Show version number and exit.

AUTHOR

Rasca
http://home.pages.de/~rasca/
VIDCAT is published under the GNU General Public License

Oct 2001 GNU