File tree
4 files changed
+9
-4
lines changed- src
- pipeline
4 files changed
+9
-4
lines changedSubmodule depthai-core updated 12 files
- CMakeLists.txt+1
- include/depthai/device/CalibrationHandler.hpp+31
- include/depthai/device/DeviceBase.hpp+9-6
- shared/depthai-shared+1-1
- src/device/CalibrationHandler.cpp+39-1
- src/device/Device.cpp+1-1
- src/device/DeviceBase.cpp+45-56
- src/utility/EepromDataParser.cpp+88
- src/utility/EepromDataParser.hpp+29
- tests/CMakeLists.txt+3
- tests/src/device_usbspeed_test.cpp+35
- 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 |
| |
| |||
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
297 |
| - | |
| 297 | + | |
| 298 | + | |
298 | 299 |
| |
299 | 300 |
| |
300 | 301 |
| |
| |||
378 | 379 |
| |
379 | 380 |
| |
380 | 381 |
| |
381 |
| - | |
| 382 | + | |
382 | 383 |
| |
383 | 384 |
| |
384 | 385 |
| |
|
0 commit comments