guess what? - refactoring! also masking out field
This commit is contained in:
@@ -1,10 +1,18 @@
|
||||
{
|
||||
"cam": 1,
|
||||
"ip": "192.168.0.11",
|
||||
"min_radius": 5,
|
||||
"fps": 30,
|
||||
"ball": [
|
||||
[
|
||||
0,
|
||||
175,
|
||||
100
|
||||
],
|
||||
[
|
||||
6,
|
||||
255,
|
||||
255
|
||||
]
|
||||
],
|
||||
"res": 1,
|
||||
"white": [
|
||||
"goal": [
|
||||
[
|
||||
0,
|
||||
0,
|
||||
@@ -16,17 +24,21 @@
|
||||
255
|
||||
]
|
||||
],
|
||||
"port": 9559,
|
||||
"red": [
|
||||
"fps": 30,
|
||||
"ip": "192.168.0.11",
|
||||
"field": [
|
||||
[
|
||||
0,
|
||||
175,
|
||||
100
|
||||
11,
|
||||
74,
|
||||
28
|
||||
],
|
||||
[
|
||||
6,
|
||||
69,
|
||||
255,
|
||||
255
|
||||
]
|
||||
]
|
||||
}
|
||||
],
|
||||
"cam": 1,
|
||||
"min_radius": 0.01,
|
||||
"port": 9559
|
||||
}
|
||||
Reference in New Issue
Block a user