Files
PhotonVision/backend/app/classes/ChameleonPipeLine.py
Sagi Frimer 557f6a109f Cameras dic
Added settings folder, and creating dictionary from the cameras and pipelines
2019-03-31 01:27:17 +03:00

8 lines
141 B
Python

class ChameleonPipeline:
def __init__(self, dic):
self.exposure = dic["exposure"]
self.brightness = dic["brightness"]