-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathstereo_camera_config.yaml
78 lines (78 loc) · 1.35 KB
/
stereo_camera_config.yaml
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
66
67
68
69
70
71
72
73
74
75
76
77
78
%YAML:1.0
---
# unimportant
LogLevel: !!opencv-matrix
rows: 1
cols: 1
dt: d
data: [ 1. ]
# unimportant
Threshold: !!opencv-matrix
rows: 1
cols: 1
dt: d
data: [ 190. ]
# unimportant. It is recommended not to change
Algorithm: !!opencv-matrix
rows: 1
cols: 1
dt: d
data: [1. ]
#UDP address for image transfer 192.168.123.IpLastSegment
IpLastSegment: !!opencv-matrix
rows: 1
cols: 1
dt: d
data: [ 15. ]
#DeviceNode
DeviceNode: !!opencv-matrix
rows: 1
cols: 1
dt: d
data: [ 0. ]
#fov (perspective 60~140)
hFov: !!opencv-matrix
rows: 1
cols: 1
dt: d
data: [ 90. ]
#image size ([1856.,800.] or [928.,400.])
FrameSize: !!opencv-matrix
rows: 1
cols: 2
dt: d
data: [928.,400.]
# [232.,200.] [464.,400.] [928.,800.]
RectifyFrameSize: !!opencv-matrix
rows: 1
cols: 2
dt: d
data: [464.,400.]
#FrameRate
FrameRate: !!opencv-matrix
rows: 1
cols: 1
dt: d
data: [ 3e+01 ]
#0 ori img - right 1 ori img - stereo 2 rect img - right 3 rect img - stereo -1 不传图
Transmode: !!opencv-matrix
rows: 1
cols: 1
dt: d
data: [ -1. ]
#Transmission rate
Transrate: !!opencv-matrix
rows: 1
cols: 1
dt: d
data: [ 3e+01 ]
# unimportant
Depthmode: !!opencv-matrix
rows: 1
cols: 1
dt: d
data: [ 1. ]
Reserved: !!opencv-matrix
rows: 3
cols: 3
dt: d