Changes between Version 154 and Version 155 of UserGuideGit


Ignore:
Timestamp:
Mar 22, 2009, 6:18:46 PM (16 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuideGit

    v154 v155  
    162162
    163163
     164def 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
    164175def mirrorLockup():
    165176    """ Lockup the mirror.
     
    325336
    326337 * '''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]
    327339
    328340==== buttons ====