Changes between Version 153 and Version 154 of UserGuideGit
- Timestamp:
- Mar 4, 2009, 1:28:09 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuideGit
v153 v154 195 195 The external program name (here, '''"gphoto2"''') must be the first element of the '''{{{args}}}''' list; 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}}}''' (or '''{{{str(bracketNumber)}}}''') as param value. 196 196 197 Under Windows, the full path of the program must be given, like '''{{{"C:\\Program Files\ notepad.exe"}}}'''.197 Under Windows, the full path of the program must be given, like '''{{{"C:\\Program Files\\notepad.exe"}}}'''. 198 198 199 199 * ''Note 1: the tethered program needs to support command-line call.''