Converted config to a getter/setter property

This commit is contained in:
Joel Collins 2018-11-29 15:49:59 +00:00
parent efaceda1dc
commit 71ea3abda9
2 changed files with 104 additions and 24 deletions

View file

@ -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,