Timelapse settings are collected into a timelapse profile which can be saved an recalled.
More...
|
| jsonData |
|
| jbModule |
|
| jbType |
|
| jbIndex |
|
| jsonData |
|
|
| basepath = os.path.join(AmsEnvironment.FilePath(), 'jsonblob') |
|
| indexpath = os.path.join(basepath, 'index.json') |
|
dictionary | constructors = {} |
|
bool | indexexists = False |
|
bool | indexed = False |
|
dictionary | index = {} |
|
Timelapse settings are collected into a timelapse profile which can be saved an recalled.
§ __init__()
def Timelapse.TimelapseProfile.__init__ |
( |
|
self, |
|
|
|
index = None |
|
) |
| |
Initializes the TimelapseProfile object
§ ClearCache()
def Timelapse.TimelapseProfile.ClearCache |
( |
| ) |
|
|
static |
Clears the cache - useful when timelapse profiles are changed or removed
§ GetAll()
def Timelapse.TimelapseProfile.GetAll |
( |
| ) |
|
|
static |
Gets all TimelapseProfile objects
@return dict of TimelapseProfile objects
§ GetAllActive()
def Timelapse.TimelapseProfile.GetAllActive |
( |
| ) |
|
|
static |
Gets all active TimelapseProfiles
@return list
§ GetAllNames()
def Timelapse.TimelapseProfile.GetAllNames |
( |
| ) |
|
|
static |
Gets all names
@return list of str
§ getCamProfile()
def Timelapse.TimelapseProfile.getCamProfile |
( |
|
self | ) |
|
Gets the camera profile for this timelapse
@return CameraProfile or None
§ getWait()
def Timelapse.TimelapseProfile.getWait |
( |
|
self | ) |
|
Gets the specified wait for this timelapse
@return int
The documentation for this class was generated from the following file: