Converted config to a getter/setter property
This commit is contained in:
parent
efaceda1dc
commit
71ea3abda9
2 changed files with 104 additions and 24 deletions
|
|
@ -97,7 +97,7 @@ class BaseCamera(object):
|
|||
self.event = CameraEvent()
|
||||
|
||||
self.state = {} #: dict: Dictionary for capture state
|
||||
self.config = {} #: dict: Dictionary of camera settings
|
||||
self._config = {} #: dict: Dictionary of base camera settings
|
||||
self.paths = {
|
||||
'image': BASE_CAPTURE_PATH,
|
||||
'video': BASE_CAPTURE_PATH,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue