Split loading, saving, and applying camera config file

This commit is contained in:
Joel Collins 2018-11-23 12:14:10 +00:00
parent b73a8f7ec5
commit c887f990b5
3 changed files with 62 additions and 55 deletions

View file

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