1UVCDYNCTRL(1) uvcdynctrl 0.2.3 UVCDYNCTRL(1)
2
3
4
6 uvcdynctrl-0.2.3 - libwebcam command line tool
7
9 uvcdynctrl [OPTIONS]... [VALUES]...
10
12 uvcdynctrl 0.2.3
13
14 Manage dynamic controls in uvcvideo
15
16 -h, --help
17 Print full help and exit
18
19 -V, --version
20 Print version and exit
21
22 -l, --list
23 List available cameras
24
25 -i, --import=filename
26 Import dynamic controls from an XML file
27
28 -a, --addctrl=vid
29 Import dynamic controls for vid from default location
30
31 -v, --verbose
32 Enable verbose output (default=off)
33
34 -d, --device=devicename
35 Specify the device to use (default=`video0')
36
37 -c, --clist
38 List available controls
39
40 -g, --get=control
41 Retrieve the current control value -G, --get_raw=unit_id:selec‐
42 tor Retrieve the current raw control value
43
44 -s, --set=control
45 Set a new control value (For negative values: -s 'My Control' --
46 -42)
47
48 -S, --set_raw=unit_id:selector
49 Set a new raw control value (value is a hex string of control
50 size, default is little endian use '(BE)' prefix to change: -S
51 13:1 0x01100c or -S 13:1 '(BE)0x0c1001' )
52
53 -f, --formats
54 List available frame formats
55
56 -W, --save=filename
57 Save device controls state to a file
58
59 -L, --load=filename
60 Load device controls state from a file
61
63 The full documentation for uvcdynctrl is maintained as a Texinfo man‐
64 ual. If the info and uvcdynctrl programs are properly installed at
65 your site, the command
66
67 info uvcdynctrl
68
69 should give you access to the complete manual.
70
71
72
73Aug 2013 7 UVCDYNCTRL(1)