File tree
4 files changed
+9
-4
lines changed- src
- pipeline
4 files changed
+9
-4
lines changedSubmodule depthai-core updated 10 files
- CMakeLists.txt+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+88
- src/utility/EepromDataParser.hpp+29
- tests/CMakeLists.txt+3
- tests/src/naming_test.cpp+115
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: 4 additions & 3 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 |
| |
| |||
295 | 295 |
| |
296 | 296 |
| |
297 | 297 |
| |
298 |
| - | |
| 298 | + | |
| 299 | + | |
299 | 300 |
| |
300 | 301 |
| |
301 | 302 |
| |
| |||
379 | 380 |
| |
380 | 381 |
| |
381 | 382 |
| |
382 |
| - | |
| 383 | + | |
383 | 384 |
| |
384 | 385 |
| |
385 | 386 |
| |
|
0 commit comments