Cameras dic

Added settings folder, and creating dictionary from the cameras and pipelines
This commit is contained in:
Sagi Frimer
2019-03-31 01:27:17 +03:00
parent 3d5a326e0b
commit 557f6a109f
8 changed files with 62 additions and 36 deletions

View File

@@ -3,6 +3,5 @@
class ChameleonPipeline:
def __init__(self, dic):
self.id = dic["id"]
self.exposure = dic["exposure"]
self.brightness = dic["brightness"]