-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
65 lines (63 loc) · 1.16 KB
/
config.json
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
57
58
59
60
61
62
63
64
65
{
"ultrasound buffer": "data/usbuffer.mp4",
"default image": "data/logo.png",
"buffer descriptions": [
{
"name": "Box A",
"start frame": 0,
"end frame": 284,
"x0": 40, "x1": 240,
"y0": 200, "y1": 260,
"scan direction": "x"
},
{
"name": "Box B",
"start frame": 285,
"end frame": 560,
"x0": 260, "x1": 460,
"y0": 200, "y1": 260,
"scan direction": "x"
},
{
"name": "Box C",
"start frame": 561,
"end frame": 816,
"x0": 40, "x1": 240,
"y0": 280, "y1": 440,
"scan direction": "x"
},
{
"name": "Box D",
"start frame": 817,
"end frame": 1060,
"x0": 260, "x1": 460,
"y0": 280, "y1": 440,
"scan direction": "x"
},
{
"name": "facts",
"start frame": 1061,
"end frame": 1062,
"x0": 500, "x1": 560,
"y0": 200, "y1": 240,
"scan direction": "y"
},
{
"name": "fb quiz",
"start frame": 1063,
"end frame": 1098,
"x0": 500, "x1": 560,
"y0": 260, "y1": 440,
"scan direction": "y"
}
],
"tracker config": {
"tracker type": "aruco",
"video source": 2,
"debug": true,
"capture properties": {
"CAP_PROP_FRAME_WIDTH": 640,
"CAP_PROP_FRAME_HEIGHT": 480
}
}
}