2 files changed
+28
-1
lines changedSubmodule depthai-core updated 22 files
- cmake/Depthai/DepthaiDeviceSideConfig.cmake+1-1
- include/depthai/common/CameraFeatures.hpp-1
- include/depthai/pipeline/datatype/AprilTags.hpp-16
- include/depthai/pipeline/datatype/Buffer.hpp+32
- include/depthai/pipeline/datatype/ImgDetections.hpp-16
- include/depthai/pipeline/datatype/ImgFrame.hpp+2-17
- include/depthai/pipeline/datatype/NNData.hpp-16
- include/depthai/pipeline/datatype/SpatialImgDetections.hpp-16
- include/depthai/pipeline/datatype/SpatialLocationCalculatorData.hpp-16
- include/depthai/pipeline/datatype/TrackedFeatures.hpp-16
- include/depthai/pipeline/datatype/Tracklets.hpp-16
- shared/depthai-shared+1-1
- src/pipeline/datatype/AprilTags.cpp+3-25
- src/pipeline/datatype/Buffer.cpp+35
- src/pipeline/datatype/ImgDetections.cpp+3-25
- src/pipeline/datatype/ImgFrame.cpp+3-23
- src/pipeline/datatype/NNData.cpp+3-25
- src/pipeline/datatype/SpatialImgDetections.cpp+3-25
- src/pipeline/datatype/SpatialLocationCalculatorData.cpp+3-25
- src/pipeline/datatype/StreamMessageParser.cpp+4-11
- src/pipeline/datatype/TrackedFeatures.cpp+3-25
- src/pipeline/datatype/Tracklets.cpp+3-25
Lines changed: 27 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
45 | 66 |
| |
46 | 67 |
| |
47 | 68 |
| |
| |||
59 | 80 |
| |
60 | 81 |
| |
61 | 82 |
| |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
62 | 89 |
| |
63 | 90 |
| |
64 | 91 |
| |
|
0 commit comments