Changes between Version 154 and Version 155 of UserGuideGit
- Timestamp:
- Mar 22, 2009, 6:18:46 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuideGit
v154 v155 162 162 163 163 164 def init(): 165 """ Init the shooting sequence. 166 167 @return: error code, stdout, stderr 168 @rtype: tuple of int, str, str 169 """ 170 171 # See shoot() function 172 return 0, "", "" 173 174 164 175 def mirrorLockup(): 165 176 """ Lockup the mirror. … … 325 336 326 337 * '''Logger level''': level of informations to log 338 * '''Use external shooting script''': if checked, use the external shooting script to trigger the camera. see [#Tetheredshooting Tethered shooting] 327 339 328 340 ==== buttons ====