-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-config.yaml
More file actions
86 lines (85 loc) · 1.98 KB
/
example-config.yaml
File metadata and controls
86 lines (85 loc) · 1.98 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
microphone:
# A microphone configuration should match the call signature of
# `sounddevice.InputStream` as it will be used on the call, except for three
# additional parameters: `name`, `index` and `samplewidth`
# https://python-sounddevice.readthedocs.io/en/0.4.4/api/streams.html#sounddevice.InputStream
0: # Device index
name: Realtek HD Audio Mic input # Optional, human-readable device_id
index: 17 # device_id
channels: 2
samplerate: 44100.0
samplewidth: 2 # Sample width in bytes when stored in the `wav` file
realsense:
0:
name: Intel RealSense D435I
description: The camera is placed facing forwards parallel to the ground
serial_number: '918512073836'
streams:
Accel:
format: motion_xyz32f
framerate: 63
intrinsics:
- - 1.0
- 0.0
- 0.0
- 0.0
- - 0.0
- 1.0
- 0.0
- 0.0
- - 0.0
- 0.0
- 1.0
- 0.0
type: accel
Color:
coeffs:
- 0.0
- 0.0
- 0.0
- 0.0
- 0.0
format: rgb8
framerate: 30
fx: 921.0354614257812
fy: 921.243408203125
height: 720
model: inverse_brown_conrady
ppx: 645.3656616210938
ppy: 357.691650390625
type: color
width: 1280
Depth:
coeffs:
- 0.0
- 0.0
- 0.0
- 0.0
- 0.0
format: z16
framerate: 30
fx: 422.5686950683594
fy: 422.5686950683594
height: 480
model: brown_conrady
ppx: 427.68402099609375
ppy: 239.21221923828125
type: depth
width: 848
Gyro:
format: motion_xyz32f
framerate: 200
intrinsics:
- - 1.0
- 0.0
- 0.0
- 0.0
- - 0.0
- 1.0
- 0.0
- 0.0
- - 0.0
- 0.0
- 1.0
- 0.0
type: gyro