153 | | It can be usefull to call an external program to make tethered shooting, instead of using the Merlin/rion triggering. The program needs to support command-line call. |
154 | | |
155 | | If a '''{{{shoot.py}}}''' python script is found in the user config. dir, the functions '''{{{mirrorLockup(stabilizationDelay)}}}''' and '''{{{shoot(bracketNumber)}}}''' will be called instead of internal ones. Note that if a function does not exist, the internal one will be used instead. |
156 | | |
157 | | Here is a minimalistic example script which can be used to call the external tethered shooting program (here, gphoto2): |
| 153 | It can be usefull to call an external program to make tethered shooting, instead of using the Merlin/Orion triggering. |
| 154 | |
| 155 | If a '''{{{shoot.py}}}''' python script is found in the user config. dir, the functions '''{{{mirrorLockup(stabilizationDelay)}}}''' and '''{{{shoot(bracketNumber)}}}''' contained in this script will be called instead of internal ones. |
| 156 | |
| 157 | Here is a minimalistic example script (here, we use '''gphoto2''' as tethered shooting program): |