refactored some stuff further
This commit is contained in:
@@ -1,14 +1,32 @@
|
||||
{
|
||||
"ip": "192.168.0.11",
|
||||
"res": 1,
|
||||
"port": 9559,
|
||||
"cam": 0,
|
||||
"fps": 30,
|
||||
"low_s": 175,
|
||||
"low_v": 100,
|
||||
"high_h": 6,
|
||||
"high_v": 255,
|
||||
"low_h": 0,
|
||||
"high_s": 255,
|
||||
"min_radius": 5
|
||||
}
|
||||
"cam": 1,
|
||||
"ip": "192.168.0.11",
|
||||
"min_radius": 5,
|
||||
"fps": 30,
|
||||
"res": 1,
|
||||
"white": [
|
||||
[
|
||||
0,
|
||||
0,
|
||||
140
|
||||
],
|
||||
[
|
||||
180,
|
||||
62,
|
||||
255
|
||||
]
|
||||
],
|
||||
"port": 9559,
|
||||
"red": [
|
||||
[
|
||||
0,
|
||||
175,
|
||||
100
|
||||
],
|
||||
[
|
||||
6,
|
||||
255,
|
||||
255
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user