mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-30 02:31:40 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -57,9 +57,7 @@ class ChameleonWebSocket(tornado.websocket.WebSocketHandler):
|
||||
|
||||
for key in message_dic:
|
||||
self.actions.get(key, self.actions["change_pipeline_values"])(message_dic)
|
||||
|
||||
print(message)
|
||||
self.write_message(message)
|
||||
|
||||
def on_close(self):
|
||||
self.save_settings()
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"exposure": 21, "brightness": 71}
|
||||
{"exposure": 32, "brightness": 36, "hue": [10, 45], "orientation": "Normal", "camera": "3", "resolution": "Normal"}
|
||||
1
backend/settings/cams/cam1/pipeline5.json
Normal file
1
backend/settings/cams/cam1/pipeline5.json
Normal file
@@ -0,0 +1 @@
|
||||
{"exposure": 50, "brightness": 50}
|
||||
Reference in New Issue
Block a user