mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
9 lines
169 B
Python
9 lines
169 B
Python
|
|
|
|
class ChameleonPipeline:
|
|
|
|
def __init__(self, dic):
|
|
self.id = dic["id"]
|
|
self.exposure = dic["exposure"]
|
|
self.brightness = dic["brightness"]
|