mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-01 02:41:42 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
11
backend/app/classes/ChameleonCamera.py
Normal file
11
backend/app/classes/ChameleonCamera.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from ChameleonPipeLine import ChameleonPipeline
|
||||
|
||||
|
||||
class ChameleonCamera:
|
||||
|
||||
def __init__(self, dic):
|
||||
self.pipelines = []
|
||||
|
||||
for pipeline in dic["pipelines"]:
|
||||
self.pipelines.append(ChameleonPipeline(pipeline))
|
||||
|
||||
Reference in New Issue
Block a user