Changes between Version 134 and Version 135 of UserGuideGit
- Timestamp:
- Mar 2, 2009, 11:03:59 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuideGit
v134 v135 151 151 == Tethered shooting == 152 152 153 It is possible to use an external program to make tethered shooting. The program needs to be run through a shell, where all parameters are given in command-line. If a '''{{{shoot.py}}}''' python script is found in the user config. dir, the 2 functions '''{{{mirrorLockup(stabilizationDelay) )}}}''' and '''{{{shoot(bracketNumber)}}}''' will be called instead of internal ones.153 It is possible to use an external program to make tethered shooting. The program needs to be run through a shell, where all parameters are given in command-line. If a '''{{{shoot.py}}}''' python script is found in the user config. dir, the 2 functions '''{{{mirrorLockup(stabilizationDelay)}}}''' and '''{{{shoot(bracketNumber)}}}''' will be called instead of internal ones. 154 154 155 155 Here is an example script which can be used: