cameraConfig
1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"cameraInterfaceType": "rtsp",
"trendsPixelMin": 150,
"trendsPixelMax": 200,
"calloutBoxWidthMin": 5,
"reflectionMin": 150,
"reflectionMax": 200,
"brightnessMin": 100,
"brightnessMax": 150,
"transparencyMeasureMin": 100,
"transparencyMeasureMax": 150,
"areaMin": 25,
"areaMax": 100,
"kernelSize": 3,
"absValue_command": [
{
"sartAbsValue": 8590,
"gear": 1
},
{
"sartAbsValue": 9590,
"gear": 2
},
{
"sartAbsValue": 10590,
"gear": 3
},
{
"sartAbsValue": 11590,
"gear": 4
}
],
"veiwDto_isFrame": false,
"veiwDto_isBinaryImage": false,
"veiwDto_isSize": false,
"veiwDto_isAbsValue": false,
"identificationFrequency": 1000,
"fishGroupImageRecognition": true,
"feedingControl": true,
"fishSchoolSizeConfig": [
200.0,
1000.0,
2000.0,
3000.0
],
"fishSchoolSizeConfigString": [
"鱼群未聚",
"鱼群小量聚集",
"鱼群中量聚集",
"鱼群大量聚集"
],
"collectionScale": 5,
"scaleStep": 60,
"stopTriggeringConditions": 30,
"ifSendFishSchoolSize": false
}