1DVCONT(1) General Commands Manual DVCONT(1)
2
3
4
6 dvcont - send control commands to DV cameras
7
9 dvcont <command1> [ <command2> ... ]
10
12 dvcont is a command line tool to send control commands via an IEEE1394
13 link to a device that implements the AV/C specifications by the 1394
14 Trade Association. Or for the non-techies: dvcont lets you remote con‐
15 trol your DV camera via a Firewire cable. The following commands are
16 understood:
17
18 dev <number>
19 Select device number on chain to use. (dvcont tries to automati‐
20 cally detect the camera. Use the dev command BEFORE any other
21 commands for manual control.)
22
23 play Tell the camera to play. If already playing, it toggles slow-
24 motion.
25
26 reverse
27 Tell the camera to play in reverse. If already playing, it tog‐
28 gles slow-motion.
29
30 trickplay < -14 to +14 >
31 Tell the camera to play at various speeds. 0 = forward play,
32 -14 = fastest reverse, -8 = 1X reverse, -1 = slowest reverse, 1
33 = slowest forward, 8 = 1X forward, 14 = fastest forward. (Not
34 supported by all cameras.)
35
36 stop Tell the camera to stop playing.
37
38 rewind Tell the camera to rewind. (Use in stop or play mode.)
39
40 ff Tell the camera to fast forward. (Use in stop or play mode.)
41
42 pause Tell the camera to toggle pause play.
43
44 next Tell the camera to go to the next frame. (Use in pause mode.)
45
46 nextindex
47 Tell the camera to search for the next scene. (Use in pause or
48 play mode.)
49
50 prev Tell the camera to go to the previous frame. (Use in pause mode)
51
52 previndex
53 Tell the camera to search for the previous scene. (Use in pause
54 or play mode)
55
56 record Tell the camera to record. (Use with caution!)
57
58 eject Tell the camera to eject the tape. (Not supported by all cam‐
59 eras.)
60
61 timecode
62 Report the timecode on tape in the format HH:MM:SS:FF (hours,
63 minutes, seconds, intra-second frames).
64
65 seek <timecode>
66 Tell the camera to go to the timecode, given in format
67 HH:MM:SS:FF as above.
68
69 status Report the status of the device.
70
71 pluginfo
72 Report available plugs.
73
74 verbose
75 Tell the program to tell you debug info.
76
77 version
78 Tell the program to tell you the program version.
79
80 help Tell the program to show you a help screen.
81
83 dvcont was written by Jason Howard <jason@spectsoft.com> and Dan
84 Dennedy <dan@dennedy.org>. This man page was written with the help of
85 help2man by Daniel Kobras <kobras@debian.org> for the Debian GNU/Linux
86 distribution (but may be used by others). Updated by Dan Dennedy
87 <dan@dennedy.org>.
88
89
90
91
92 September 2002 DVCONT(1)