File tree
45 files changed
+534
-84
lines changed- .github/workflows
- cmake
- docs
- source
- components/nodes
- samples/Camera
- tutorials
- examples
- Camera
- ColorCamera
- CrashReport
- Script
- SpatialDetection
- StereoDepth
- Warp
- mixed
- src
- pipeline
- datatype
- node
- utilities
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+534
-84
lines changedLines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
53 | 52 |
| |
54 | 53 |
| |
55 | 54 |
| |
| |||
154 | 153 |
| |
155 | 154 |
| |
156 | 155 |
| |
157 |
| - | |
158 |
| - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
159 | 163 |
| |
160 | 164 |
| |
161 | 165 |
| |
| |||
560 | 564 |
| |
561 | 565 |
| |
562 | 566 |
| |
563 |
| - | |
| 567 | + | |
564 | 568 |
| |
565 | 569 |
| |
566 | 570 |
| |
567 | 571 |
| |
568 |
| - | |
569 |
| - | |
| 572 | + | |
| 573 | + | |
570 | 574 |
| |
571 | 575 |
| |
572 | 576 |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
165 |
| - | |
| 165 | + | |
166 | 166 |
| |
| 167 | + | |
167 | 168 |
| |
168 | 169 |
| |
169 | 170 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
|
Submodule depthai-core updated 55 files
- CMakeLists.txt+12-4
- cmake/Depthai/DepthaiDeviceSideConfig.cmake+1-1
- cmake/Hunter/config.cmake+4-2
- cmake/config.hpp.in+23
- examples/CMakeLists.txt+3-1
- examples/ColorCamera/rgb_preview.cpp+1-1
- examples/Script/script_read_calibration.cpp+43
- examples/Warp/warp_mesh.cpp+2-2
- include/depthai/common/CameraFeatures.hpp+1
- include/depthai/device/CalibrationHandler.hpp+31
- include/depthai/device/DeviceBase.hpp+9-6
- include/depthai/pipeline/datatype/AprilTags.hpp-16
- include/depthai/pipeline/datatype/Buffer.hpp+32
- include/depthai/pipeline/datatype/ImageManipConfig.hpp+9
- 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/ToFConfig.hpp+4
- include/depthai/pipeline/datatype/TrackedFeatures.hpp-16
- include/depthai/pipeline/datatype/Tracklets.hpp-16
- include/depthai/pipeline/node/Camera.hpp+1-1
- include/depthai/pipeline/node/ColorCamera.hpp+3-1
- include/depthai/pipeline/node/Warp.hpp+2-2
- include/depthai/xlink/XLinkStream.hpp+4-1
- shared/depthai-shared+1-1
- src/device/CalibrationHandler.cpp+61-22
- src/device/Device.cpp+1-1
- src/device/DeviceBase.cpp+57-67
- src/openvino/BlobReader.cpp+1-1
- src/pipeline/datatype/AprilTags.cpp+3-25
- src/pipeline/datatype/Buffer.cpp+35
- src/pipeline/datatype/ImageManipConfig.cpp+10
- 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/ToFConfig.cpp+5
- src/pipeline/datatype/TrackedFeatures.cpp+3-25
- src/pipeline/datatype/Tracklets.cpp+3-25
- src/pipeline/node/Camera.cpp+1-1
- src/pipeline/node/ColorCamera.cpp+22
- src/pipeline/node/Warp.cpp+2-2
- src/utility/EepromDataParser.cpp+85
- src/utility/EepromDataParser.hpp+29
- src/utility/Initialization.cpp+11-3
- src/utility/Path.cpp+2-2
- src/xlink/XLinkConnection.cpp+1-1
- src/xlink/XLinkStream.cpp+19-1
- tests/CMakeLists.txt+5-1
- tests/src/device_usbspeed_test.cpp+33
- tests/src/naming_test.cpp+113
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
| 2 | + |
Lines changed: 149 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
|
Lines changed: 43 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + |
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
| |||
46 | 47 |
| |
47 | 48 |
| |
48 | 49 |
| |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
49 | 55 |
| |
50 | 56 |
| |
51 | 57 |
| |
|
Lines changed: 32 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
|
0 commit comments