Changes between Version 155 and Version 156 of UserGuideGit
- Timestamp:
- Mar 22, 2009, 6:20:00 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuideGit
v155 v156 153 153 It can be usefull to call an external program to make tethered shooting, instead of using the Merlin/Orion triggering. 154 154 155 If a '''{{{shoot.py}}}''' python script is found in the user config. dir, the functions '''{{{ mirrorLockup()}}}''' and '''{{{shoot(bracketNumber)}}}''' contained in this script will be called instead of internal ones.155 If a '''{{{shoot.py}}}''' python script is found in the user config. dir, the functions '''{{{init()}}}''', '''{{{mirrorLockup()}}}''' and '''{{{shoot(bracketNumber)}}}''' contained in this script will be called instead of internal ones. 156 156 157 157 Here is a minimalistic example script: … … 208 208 Under Windows, the full path of the program must be given, like '''{{{"C:\\Program Files\\notepad.exe"}}}'''. 209 209 210 * ''Note 1: the tethered program needs to support command-line call.'' 211 * ''Note 2: if a function does not exist, the internal one will be used instead.'' 210 * ''Note:the tethered program needs to support command-line call.'' 212 211 213 212 More informations about ''subprocess'' module usage can be found here: