forked from unitreerobotics/UnitreecameraSDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrans_rect_config.yaml
79 lines (79 loc) · 1.75 KB
/
trans_rect_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
79
%YAML:1.0
---
# [pls dont change] The log level
LogLevel: !!opencv-matrix
rows: 1
cols: 1
dt: d
data: [ 1. ]
# [pls dont change] The threshold is applied to detecd point cloud
Threshold: !!opencv-matrix
rows: 1
cols: 1
dt: d
data: [ 190. ]
#[pls dont change] it's a switch for a algorithm in the process of computing stereo disparity
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: [ 1856., 800. ]
#rectified frame size
RectifyFrameSize: !!opencv-matrix
rows: 1
cols: 2
dt: d
data: [ 928., 800. ]
#FrameRate, it gives the limitation for transmission rate(FPS)
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: [ 0. ]
#Transmission rate(FPS) in the UDP transmitting process. <= FrameRate
Transrate: !!opencv-matrix
rows: 1
cols: 1
dt: d
data: [ 3e+01 ]
# [pls dont change] It's a switch in distortion process of fisheye camera. 1 represents “Longitude and latitude expansion of fisheye camera”; 2 represnets "Perspective distortion correction".
Depthmode: !!opencv-matrix
rows: 1
cols: 1
dt: d
data: [ 1. ]
# empty reserved IO
Reserved: !!opencv-matrix
rows: 3
cols: 3
dt: d