mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-03 03:01:40 +00:00
Settings and Cameras read and save
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"exposure": 45,
|
||||
"brightness": 123123
|
||||
}
|
||||
1
backend/settings/cams/cam1/pipeline1.json
Normal file
1
backend/settings/cams/cam1/pipeline1.json
Normal file
@@ -0,0 +1 @@
|
||||
{"exposure": 21, "brightness": 71}
|
||||
@@ -1,4 +1 @@
|
||||
{
|
||||
"exposure": 23,
|
||||
"brightness": 12
|
||||
}
|
||||
{"exposure": 23, "brightness": 12}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"exposure": 2,
|
||||
"brightness": 4
|
||||
}
|
||||
1
backend/settings/cams/cam2/pipeline1.json
Normal file
1
backend/settings/cams/cam2/pipeline1.json
Normal file
@@ -0,0 +1 @@
|
||||
{"exposure": 0, "brightness": 100}
|
||||
@@ -1,4 +1 @@
|
||||
{
|
||||
"exposure": 2,
|
||||
"brightness": 3
|
||||
}
|
||||
{"exposure": 2, "brightness": 3}
|
||||
4
backend/settings/default_pipeline.json
Normal file
4
backend/settings/default_pipeline.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"exposure": 50,
|
||||
"brightness": 50
|
||||
}
|
||||
@@ -1,5 +1 @@
|
||||
{
|
||||
"team_number": 1577,
|
||||
"curr_camera": "cam1",
|
||||
"curr_pipeline": "pipeline1"
|
||||
}
|
||||
{"team_number": 1577, "curr_camera": "cam1", "curr_pipeline": "pipeline1"}
|
||||
Reference in New Issue
Block a user