Settings and Cameras read and save

This commit is contained in:
Sagi Frimer
2019-03-31 22:24:10 +03:00
parent 557f6a109f
commit abc63661c9
12 changed files with 90 additions and 46 deletions

View File

@@ -1,4 +0,0 @@
{
"exposure": 45,
"brightness": 123123
}

View File

@@ -0,0 +1 @@
{"exposure": 21, "brightness": 71}

View File

@@ -1,4 +1 @@
{
"exposure": 23,
"brightness": 12
}
{"exposure": 23, "brightness": 12}

View File

@@ -1,4 +0,0 @@
{
"exposure": 2,
"brightness": 4
}

View File

@@ -0,0 +1 @@
{"exposure": 0, "brightness": 100}

View File

@@ -1,4 +1 @@
{
"exposure": 2,
"brightness": 3
}
{"exposure": 2, "brightness": 3}

View File

@@ -0,0 +1,4 @@
{
"exposure": 50,
"brightness": 50
}

View File

@@ -1,5 +1 @@
{
"team_number": 1577,
"curr_camera": "cam1",
"curr_pipeline": "pipeline1"
}
{"team_number": 1577, "curr_camera": "cam1", "curr_pipeline": "pipeline1"}