Split loading, saving, and applying camera config file
This commit is contained in:
parent
b73a8f7ec5
commit
c887f990b5
3 changed files with 62 additions and 55 deletions
|
|
@ -97,7 +97,7 @@ class BaseCamera(object):
|
|||
self.event = CameraEvent()
|
||||
|
||||
self.state = {} #: dict: Dictionary for capture state
|
||||
self.settings = {} #: dict: Dictionary of camera settings
|
||||
self.config = {} #: dict: Dictionary of camera settings
|
||||
self.paths = {
|
||||
'image': BASE_CAPTURE_PATH,
|
||||
'video': BASE_CAPTURE_PATH,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue