mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-29 02:21:41 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
8
backend/app/classes/ChameleonPipeLine.py
Normal file
8
backend/app/classes/ChameleonPipeLine.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
class ChameleonPipeline:
|
||||
|
||||
def __init__(self, dic):
|
||||
self.id = dic["id"]
|
||||
self.exposure = dic["exposure"]
|
||||
self.brightness = dic["brightness"]
|
||||
Reference in New Issue
Block a user