File: guvcview.1

package info (click to toggle)
guvcview 2.0.4%2Bdebian-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,940 kB
  • ctags: 2,911
  • sloc: ansic: 26,210; sh: 11,252; cpp: 3,226; makefile: 300; sed: 16
file content (42 lines) | stat: -rw-r--r-- 2,283 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.TH GUVCVIEW "1" "Aug 2015"
.SH NAME
guvcview \- GTK+ base UVC Viewer 
.SH SYNOPSIS
.B guvcview
.SH DESCRIPTION
\fBGuvcview\fR 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.

.SH USAGE
.TP
guvcview [options...] 

.SH OPTION
  \-h, \-\-help                                 Print help
  \-v, \-\-version                          	Print version
  \-w, \-\-verbosity=LEVEL                  	Set Verbosity level (def: 0)
  \-d, \-\-device=DEVICE                    	Set device name (def: /dev/video0)
  \-c, \-\-capture=METHOD                   	Set capture method [read | mmap (def)]
  \-b, \-\-disable_libv4l2                  	disable calls to libv4l2
  \-x, \-\-resolution=WIDTHxHEIGHT          	Request resolution (e.g 640x480)
  \-f, \-\-format=FOURCC                    	Request format (e.g MJPG)
  \-r, \-\-render=RENDER_API                	Select render API (e.g none; sdl)
  \-m, \-\-render_window=RENDER_WINDOW_FLAGS	Set render window flags (e.g none; full; max)
  \-a, \-\-audio=AUDIO_API                  	Select audio API (e.g none; port; pulse)
  \-k, \-\-audio_device=AUDIO_DEVICE        	Select audio device index for selected api (0..N)
  \-g, \-\-gui=GUI_API                      	Select GUI API (e.g none; gtk3)
  \-o, \-\-audio_codec=CODEC                	Audio codec [pcm mp2 mp3 aac ac3 vorb]
  \-u, \-\-video_codec=CODEC                	Video codec [raw mjpg mpeg flv1 wmv1 mpg2 mp43 dx50 h264 vp80 theo]
  \-p, \-\-profile=FILENAME                 	load control profile
  \-j, \-\-video=FILENAME                   	filename for captured video)
  \-i, \-\-image=FILENAME                   	filename for captured image)
  \-y, \-\-video_timer=TIME_IN_SEC          	time (double) in sec. for video capture)
  \-t, \-\-photo_timer=TIME_IN_SEC          	time (double) in sec. between captured photos)
  \-n, \-\-photo_total=TOTAL                	total number of captured photos)
  \-z, \-\-control_panel                    	Start in control panel mode

.SH 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).