mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-25 01:41:40 +00:00
Fixed camera change bug
This commit is contained in:
@@ -35,7 +35,7 @@ class ChameleonWebSocket(tornado.websocket.WebSocketHandler):
|
||||
self.cams[curr_dir] = pipelines
|
||||
|
||||
def init_actions(self):
|
||||
self.actions["cam"] = self.change_curr_camera
|
||||
self.actions["camera"] = self.change_curr_camera
|
||||
self.actions["pipeline"] = self.change_curr_pipeline
|
||||
self.actions["change_pipeline_values"] = self.change_pipeline_values
|
||||
|
||||
|
||||
Reference in New Issue
Block a user