Camera settings are grouped into camera profiles which can be saved and reused.
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 = {} |
|
Camera settings are grouped into camera profiles which can be saved and reused.
§ __init__()
def Camera.CameraProfile.__init__ |
( |
|
self, |
|
|
|
index = None |
|
) |
| |
Initializes the CameraProfile object
@param index jbIndex / a new index or None
§ GetAll()
def Camera.CameraProfile.GetAll |
( |
| ) |
|
|
static |
Gets all CameraProfile blobs
@return dict of CameraProfile objects
§ GetAllNames()
def Camera.CameraProfile.GetAllNames |
( |
| ) |
|
|
static |
Gets a list of all used names
@return list of CameraProfile names
§ getFormat()
def Camera.CameraProfile.getFormat |
( |
|
self | ) |
|
Gets the current file format for capture
§ getRecMode()
def Camera.CameraProfile.getRecMode |
( |
|
self | ) |
|
Gets the current capture mode
§ getResolution()
def Camera.CameraProfile.getResolution |
( |
|
self | ) |
|
Gets the current camera resolution based on the current mode
The documentation for this class was generated from the following file: