Fun with PWM  0.32
Camera.CameraProfile Class Reference

Camera settings are grouped into camera profiles which can be saved and reused. More...

Inheritance diagram for Camera.CameraProfile:
JsonBlob.JsonBlob

Public Member Functions

def __init__ (self, index=None)
 
def getResolution (self)
 
def getFormat (self)
 
def getRecMode (self)
 
- Public Member Functions inherited from JsonBlob.JsonBlob
def __init__ (self, index=None, autoload=True)
 
def reload (self)
 
def save (self)
 
def delete (self)
 
def blobExists (self)
 
def getModulePath (self)
 
def getTypePath (self)
 
def getRowPath (self)
 
def getRowFileName (self)
 

Static Public Member Functions

def GetAll ()
 
def GetAllNames ()
 
- Static Public Member Functions inherited from JsonBlob.JsonBlob
def reindex (force=False)
 
def find (jbModule, jbType, jbIndex)
 
def all (jbModule=None, jbType=None)
 
def hydrate (jbModule=None, jbType=None, ids=[])
 

Public Attributes

 jsonData
 
- Public Attributes inherited from JsonBlob.JsonBlob
 jbModule
 
 jbType
 
 jbIndex
 
 jsonData
 

Additional Inherited Members

- Static Public Attributes inherited from JsonBlob.JsonBlob
 basepath = os.path.join(AmsEnvironment.FilePath(), 'jsonblob')
 
 indexpath = os.path.join(basepath, 'index.json')
 
dictionary constructors = {}
 
bool indexexists = False
 
bool indexed = False
 
dictionary index = {}
 

Detailed Description

Camera settings are grouped into camera profiles which can be saved and reused.

Constructor & Destructor Documentation

§ __init__()

def Camera.CameraProfile.__init__ (   self,
  index = None 
)
Initializes the CameraProfile object

@param index jbIndex / a new index or None

Member Function Documentation

§ 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: