Overhauled config loader to allow split configs
This commit is contained in:
parent
f720e67700
commit
f2a3261b03
6 changed files with 210 additions and 184 deletions
|
|
@ -97,7 +97,7 @@ class BaseCamera(object):
|
|||
self.stream_timeout_enabled = True #: bool: Enable or disable timing out the stream
|
||||
|
||||
self.state = {} #: dict: Dictionary for capture state
|
||||
self._config = {} #: dict: Dictionary of base camera settings
|
||||
self._config = {} #: dict: Dictionary of base camera config
|
||||
self.paths = {
|
||||
'image': BASE_CAPTURE_PATH,
|
||||
'video': BASE_CAPTURE_PATH,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue