File tree
4 files changed
+12
-3
lines changed- src
- pipeline
4 files changed
+12
-3
lines changedSubmodule depthai-core updated 11 files
- CMakeLists.txt+1
- cmake/Depthai/DepthaiDeviceSideConfig.cmake+1-1
- include/depthai/device/CalibrationHandler.hpp+31
- include/depthai/device/DeviceBase.hpp+6
- shared/depthai-shared+1-1
- src/device/CalibrationHandler.cpp+39-1
- src/device/DeviceBase.cpp+12-26
- src/utility/EepromDataParser.cpp+85
- src/utility/EepromDataParser.hpp+29
- tests/CMakeLists.txt+3
- tests/src/naming_test.cpp+113
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| 65 | + | |
| 66 | + | |
| 67 | + | |
65 | 68 |
| |
66 | 69 |
| |
67 | 70 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
653 | 653 |
| |
654 | 654 |
| |
655 | 655 |
| |
| 656 | + | |
656 | 657 |
| |
657 | 658 |
| |
658 | 659 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
| 67 | + | |
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
| |||
262 | 262 |
| |
263 | 263 |
| |
264 | 264 |
| |
| 265 | + | |
265 | 266 |
| |
266 | 267 |
| |
267 | 268 |
| |
| |||
296 | 297 |
| |
297 | 298 |
| |
298 | 299 |
| |
| 300 | + | |
299 | 301 |
| |
300 | 302 |
| |
301 | 303 |
| |
302 | 304 |
| |
303 | 305 |
| |
304 | 306 |
| |
| 307 | + | |
| 308 | + | |
| 309 | + | |
305 | 310 |
| |
306 | 311 |
| |
307 | 312 |
| |
| |||
379 | 384 |
| |
380 | 385 |
| |
381 | 386 |
| |
382 |
| - | |
| 387 | + | |
383 | 388 |
| |
384 | 389 |
| |
385 | 390 |
| |
|
0 commit comments