Changes between Version 148 and Version 149 of UserGuideGit


Ignore:
Timestamp:
Mar 4, 2009, 9:01:00 AM (16 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuideGit

    v148 v149  
    193193}}}
    194194
    195 The external program name (herre, '''"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}}}'''.
     195The 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.
    196196
    197197Under Windows, the full path of the program must be given, like '''{{{"C:\\Program Files\notepad.exe"}}}'''.