mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-29 02:21:41 +00:00
Settings and Cameras read and save
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
from .ChameleonPipeLine import ChameleonPipeline
|
||||
|
||||
|
||||
class ChameleonCamera:
|
||||
|
||||
def __init__(self, dic):
|
||||
self.pipelines = {}
|
||||
|
||||
for pipeline_id in dic:
|
||||
self.pipelines[pipeline_id] = ChameleonPipeline(dic[pipeline_id])
|
||||
@@ -1,7 +0,0 @@
|
||||
|
||||
|
||||
class ChameleonPipeline:
|
||||
|
||||
def __init__(self, dic):
|
||||
self.exposure = dic["exposure"]
|
||||
self.brightness = dic["brightness"]
|
||||
Reference in New Issue
Block a user