Changes between Version 148 and Version 149 of UserGuideGit
- Timestamp:
- Mar 4, 2009, 9:01:00 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuideGit
v148 v149 193 193 }}} 194 194 195 The external program name (her re, '''"gphoto2"''') should be the first element of the list '''{{{args}}}'''; optional params (here '''"--capture-image"''') should be given as additional elements of the list. If you want to give the bracketNumber value, use '''{{{"%d" % bracketNumber}}}'''.195 The external program name (here, '''"gphoto2"''') must be the first element of the list '''{{{args}}}'''; optional params (here '''"--capture-image"''') can be given as additional elements of the list. If you want to give the '''{{{bracketNumber}}}''' value, use '''{{{"%d" % bracketNumber}}}''' as param value. 196 196 197 197 Under Windows, the full path of the program must be given, like '''{{{"C:\\Program Files\notepad.exe"}}}'''.