Commit d92ed41
File tree
5 files changed
+16
-4
lines changed- src
- pipeline
- datatype
5 files changed
+16
-4
lines changedSubmodule depthai-core updated 25 files
- CMakeLists.txt+2
- cmake/Hunter/config.cmake+2-2
- examples/CMakeLists.txt+1
- examples/host_side/device_logging.cpp+41
- include/depthai/device/DeviceBase.hpp+21
- include/depthai/utility/ProfilingData.hpp+10
- include/depthai/xlink/XLinkConnection.hpp+15
- src/device/CalibrationHandler.cpp+5-4
- src/device/DataQueue.cpp+8-8
- src/device/DeviceBase.cpp+99-44
- src/device/DeviceBootloader.cpp+17-16
- src/device/DeviceLogger.hpp+4-4
- src/opencv/ImgFrame.cpp+1-1
- src/openvino/OpenVINO.cpp+2-1
- src/pipeline/node/StereoDepth.cpp+5-4
- src/pipeline/node/VideoEncoder.cpp+8-7
- src/utility/Environment.cpp+8-1
- src/utility/Environment.hpp+3
- src/utility/Initialization.cpp+18-30
- src/utility/Logging.cpp+50
- src/utility/Logging.hpp+152
- src/utility/Resources.cpp+6-5
- src/utility/XLinkGlobalProfilingLogger.cpp+61
- src/utility/XLinkGlobalProfilingLogger.hpp+38
- src/xlink/XLinkConnection.cpp+36-13
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
| 485 | + | |
| 486 | + | |
485 | 487 | | |
486 | 488 | | |
487 | 489 | | |
488 | 490 | | |
489 | 491 | | |
490 | 492 | | |
491 | | - | |
| 493 | + | |
492 | 494 | | |
493 | 495 | | |
494 | 496 | | |
| |||
501 | 503 | | |
502 | 504 | | |
503 | 505 | | |
504 | | - | |
| 506 | + | |
505 | 507 | | |
506 | 508 | | |
507 | 509 | | |
| |||
566 | 568 | | |
567 | 569 | | |
568 | 570 | | |
| 571 | + | |
569 | 572 | | |
570 | 573 | | |
571 | 574 | | |
| |||
612 | 615 | | |
613 | 616 | | |
614 | 617 | | |
| 618 | + | |
615 | 619 | | |
616 | 620 | | |
617 | 621 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
375 | 377 | | |
376 | 378 | | |
377 | 379 | | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
378 | 385 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
0 commit comments