Changes between Version 153 and Version 154 of UserGuideGit


Ignore:
Timestamp:
Mar 4, 2009, 1:28:09 PM (16 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuideGit

    v153 v154  
    195195The 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.
    196196
    197 Under Windows, the full path of the program must be given, like '''{{{"C:\\Program Files\notepad.exe"}}}'''.
     197Under Windows, the full path of the program must be given, like '''{{{"C:\\Program Files\\notepad.exe"}}}'''.
    198198
    199199 * ''Note 1: the tethered program needs to support command-line call.''