Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

guvcview(1) [debian man page]

GUVCVIEW(1)						      General Commands Manual						       GUVCVIEW(1)

NAME
guvcview - GTK+ base UVC Viewer SYNOPSIS
guvcview DESCRIPTION
Guvcview is a simple GTK+ interface for capturing and viewing video from devices supported by the Linux UVC driver. It fully supports video4linux2 so it should work with any driver that supports this API, including the gspca driver. USAGE
guvcview [options...] OPTION
-?, --help Print help options --help-all Print all help options --help-gtk Print GTK+ options --version Print version number Aplication options: -v, --verbose Prints a lot of debug information -d, --device=VIDEO_DEVICE Video Device [default: /dev/video0] -a, --add_ctrls Exits after adding dynamic controls to the uvc driver (needs root/sudo) -o, --control_only Don't stream video (image controls only) -r, --capture_method=[1|2] Capture method (1-mmap (default) 2-read) -g, --config=FILENAME Configuration File -w, --hwd_acel=[1|0] Hardware accelaration: (enable(1) | disable(0)) -f, --format=FORMAT Video input format: mjpg | jpeg | yuyv | yvyu | uyvy | yyuv | yu12 | yv12 | nv12 | nv21 | nv16 | nv61 | y11p | grey | s501 | s505 | s508 | gbrg | grbg | ba81 | rggb | bgr3 | rgb3 | -s, --size=WIDTHxHEIGHT Resolution, default: 640x480 -i, --image=FILENAME Image File -c, --cap_time=TIME Time elapsed between image captures -m, --npics=NUMPIC Number of images to capture -n, --video=FILENAME Video File (capture from start) -t, --vid_time=TIME Video duration (in seconds) --exit_on_close Exits guvcview after closing video -j, --skip=N_FRAMES Number of inital frames to skip -p, --show_fps=[1|0] Print FPS on video Window: (enable(1) | disable(0)) -l, --profile=FILENAME Load profile AUTHOR
This manual page was written by Paulo Assis <pj.assis@gmail.com>, for the Debian GNU/Linux system (but may be used by others). Aug 2009 GUVCVIEW(1)

Check Out this Related Man Page

ZAPPING_SETUP_FB(1)						  [FIXME: manual]					       ZAPPING_SETUP_FB(1)

NAME
zapping_setup_fb - prepares V4L/V4L2 driver for overlay SYNOPSIS
zapping_setup_fb [-?, -h, --help, --usage] [-b, --bpp NUMBER] [-c, --child] [-d, --device FILENAME] [-D, --display NAME] [-f, --fd] [-q, --quiet] [-S, --screen SCREEN NUMBER] [-v, --verbose] [-V, --version] DESCRIPTION
zapping_setup_fb is a small program to prepare Video For Linux (V4L) or Video For Linux Two (V4L2) video capture drivers for video overlay. It must be executed by pam(8) with root privileges, or owned by root with the set-user-ID bit set (see chmod(1)). This manual page refers to zapping_setup_fb version 0.13. BACKGROUND
To enable video overlay V4L and V4L2 drivers need to know the screen memory address. For security reasons only the system administrator can program this address. zapping(1) delegates the task to this helper application. OPTIONS
-?, -h, --help, --usage Prints usage information on stdout, then terminates the program. -b, --bpp NUMBER Color depth hint, the number of bits per pixel on the display in question, either 24 or 32. Usually zapping_setup_fb can determine this number automatically. -c, --child Zapping sets this flag when executing zapping_setup_fb as child process to enable the output of localized error messages in UTF-8 encoding on stderr. -d, --device FILENAME The video capture device to open, by default /dev/video0. -D, --display NAME The X display to use. Defaults to the name defined by the DISPLAY environment variable. -f, --fd NUMBER Zapping uses this option when executing zapping_setup_fb as child process to access the video capture driver by this shared file descriptor instead of opening the device file by name. -q, --quiet Decrements the verbosity level. -S, --screen NUMBER The X screen to use (Xinerama), defaults to 0. -v, --verbose Increments the verbosity level. -V, --version Prints the version of zapping_setup_fb on stdout, then terminates the program. BUGS
None known. SEE ALSO
zapping(1), zapping_remote(1), pam(8) AUTHORS
Zapping and zapping_setup_fb were written by Inaki Garcia Etxebarria, Michael H. Schimek (mschimek@users.sourceforge.net) and many contributors. This manual page was written by Michael H. Schimek based on work by Christian Marillat. [FIXME: source] 04/16/2012 ZAPPING_SETUP_FB(1)
Man Page