Commit 091845e
SzabolcsGergely
Add get/set to all config messages
1 parent 96d91e4 commit 091845e
File tree
5 files changed
+9
-1
lines changed- src/pipeline/datatype
5 files changed
+9
-1
lines changedSubmodule depthai-core updated 10 files
- include/depthai/pipeline/datatype/CameraControl.hpp+12
- include/depthai/pipeline/datatype/EdgeDetectorConfig.hpp+12
- include/depthai/pipeline/datatype/ImageManipConfig.hpp+12
- include/depthai/pipeline/datatype/SpatialLocationCalculatorConfig.hpp+12
- src/device/Device.cpp+22-18
- src/pipeline/datatype/CameraControl.cpp+9
- src/pipeline/datatype/EdgeDetectorConfig.cpp+9
- src/pipeline/datatype/ImageManipConfig.cpp+9
- src/pipeline/datatype/SpatialLocationCalculatorConfig.cpp+9
- tests/src/pipeline_test.cpp+24
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| 217 | + | |
217 | 218 | | |
218 | 219 | | |
219 | 220 | | |
220 | 221 | | |
221 | 222 | | |
| 223 | + | |
222 | 224 | | |
223 | 225 | | |
224 | 226 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| |||
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
| 137 | + | |
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
0 commit comments