File tree
38 files changed
+1762
-506
lines changed- .github/workflows
- ci
- docs/source/components/nodes
- examples
- external
- pybind11_json
- include/pybind11_json
- src
- pipeline
- tests
38 files changed
+1762
-506
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
111 |
| - | |
| 111 | + | |
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
162 |
| - | |
| 162 | + | |
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
| |||
259 | 259 |
| |
260 | 260 |
| |
261 | 261 |
| |
262 |
| - | |
| 262 | + | |
263 | 263 |
| |
264 | 264 |
| |
265 | 265 |
| |
| |||
316 | 316 |
| |
317 | 317 |
| |
318 | 318 |
| |
319 |
| - | |
| 319 | + | |
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
| |||
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
| 160 | + | |
160 | 161 |
| |
161 | 162 |
| |
162 | 163 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
Submodule depthai-core updated 66 files
- .github/workflows/main.workflow.yml+64-1
- CMakeLists.txt+16-1
- cmake/Depthai/DepthaiBootloaderConfig.cmake+3-1
- cmake/Depthai/DepthaiDeviceSideConfig.cmake+1-1
- cmake/Hunter/config.cmake+13-3
- cmake/depthaiConfig.cmake.in+4-1
- cmake/depthaiDependencies.cmake+20-5
- examples/CMakeLists.txt+5-2
- examples/src/bootloader_config.cpp+68
- examples/src/bootloader_version.cpp+1-2
- examples/src/calibration_reader.cpp+38-61
- examples/src/depth_preview.cpp+1-1
- examples/src/flash_bootloader.cpp+76
- examples/src/mono_depth_mobilenetssd.cpp+1-21
- examples/src/rgb_depth_aligned.cpp+1-1
- examples/src/rgb_encoding_mono_mobilenet_depth.cpp+1-8
- examples/src/rgb_preview.cpp+2-3
- examples/src/spatial_mobilenet_mono.cpp-7
- examples/src/stereo_depth_video.cpp+4-8
- include/depthai/common/CameraBoardSocket.hpp+6-9
- include/depthai/common/UsbSpeed.hpp+8-11
- include/depthai/device/CalibrationHandler.hpp+27-3
- include/depthai/device/Device.hpp+16-2
- include/depthai/device/DeviceBase.hpp+84-9
- include/depthai/device/DeviceBootloader.hpp+233-16
- include/depthai/openvino/OpenVINO.hpp+3
- include/depthai/pipeline/Pipeline.hpp+24-10
- include/depthai/pipeline/datatype/ImageManipConfig.hpp+43
- include/depthai/pipeline/datatype/ImgFrame.hpp+17-2
- include/depthai/pipeline/datatype/StereoDepthConfig.hpp+32
- include/depthai/pipeline/datatype/Tracklets.hpp+9-8
- include/depthai/pipeline/node/Script.hpp+2
- include/depthai/pipeline/node/SpatialDetectionNetwork.hpp+6
- include/depthai/pipeline/node/StereoDepth.hpp+66-2
- include/depthai/utility/Initialization.hpp+1-1
- include/depthai/xlink/XLinkConnection.hpp+3-6
- include/depthai/xlink/XLinkStream.hpp+18-1
- shared/depthai-bootloader-shared+1-1
- shared/depthai-bootloader-shared.cmake+3-2
- shared/depthai-shared+1-1
- shared/depthai-shared.cmake+3-2
- src/device/CalibrationHandler.cpp+66-41
- src/device/CallbackHandler.cpp+1-1
- src/device/DataQueue.cpp+1-1
- src/device/Device.cpp+8-1
- src/device/DeviceBase.cpp+155-132
- src/device/DeviceBootloader.cpp+480-108
- src/openvino/OpenVINO.cpp+3
- src/pipeline/Pipeline.cpp+26-15
- src/pipeline/datatype/ImageManipConfig.cpp+24
- src/pipeline/datatype/ImgFrame.cpp+8
- src/pipeline/datatype/StereoDepthConfig.cpp+35-8
- src/pipeline/node/SpatialDetectionNetwork.cpp+4
- src/pipeline/node/StereoDepth.cpp+18-7
- src/utility/BootloaderHelper.hpp-68
- src/utility/Initialization.cpp+37-7
- src/utility/Platform.cpp+52
- src/utility/Platform.hpp+13
- src/utility/Resources.cpp+178-110
- src/utility/Resources.hpp+5-4
- src/xlink/XLinkConnection.cpp+42-19
- src/xlink/XLinkStream.cpp+13-8
- tests/CMakeLists.txt+6
- tests/src/bootloader_config_test.cpp+51
- tests/src/device_usbspeed_test.cpp+24
- tests/src/unlimited_io_connection_test.cpp+136
Lines changed: 25 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 |
| - | |
| 94 | + | |
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
103 | 122 |
| |
104 | 123 |
| |
105 | 124 |
| |
|
Lines changed: 53 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 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
|
Lines changed: 56 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 | + |
Lines changed: 1 addition & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 |
| - | |
24 | 22 |
| |
25 | 23 |
| |
26 | 24 |
| |
| |||
97 | 95 |
| |
98 | 96 |
| |
99 | 97 |
| |
100 |
| - | |
| 98 | + | |
101 | 99 |
| |
102 | 100 |
| |
103 | 101 |
| |
| |||
107 | 105 |
| |
108 | 106 |
| |
109 | 107 |
| |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 | 108 |
| |
121 | 109 |
| |
122 | 110 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
|
Lines changed: 2 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 |
| - | |
24 | 22 |
| |
25 | 23 |
| |
26 | 24 |
| |
| |||
54 | 52 |
| |
55 | 53 |
| |
56 | 54 |
| |
57 |
| - | |
58 | 55 |
| |
59 |
| - | |
60 | 56 |
| |
61 | 57 |
| |
62 | 58 |
| |
| |||
81 | 77 |
| |
82 | 78 |
| |
83 | 79 |
| |
84 |
| - | |
| 80 | + | |
85 | 81 |
| |
86 | 82 |
| |
87 | 83 |
| |
| |||
126 | 122 |
| |
127 | 123 |
| |
128 | 124 |
| |
129 |
| - | |
| 125 | + | |
130 | 126 |
| |
131 |
| - | |
132 |
| - | |
133 | 127 |
| |
134 | 128 |
| |
135 | 129 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
24 |
| - | |
25 |
| - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
| 128 | + | |
128 | 129 |
| |
129 | 130 |
| |
130 | 131 |
| |
|
Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
32 | 31 |
| |
33 | 32 |
| |
34 | 33 |
| |
| |||
118 | 117 |
| |
119 | 118 |
| |
120 | 119 |
| |
121 |
| - | |
122 |
| - | |
123 | 120 |
| |
124 | 121 |
| |
125 | 122 |
| |
| |||
146 | 143 |
| |
147 | 144 |
| |
148 | 145 |
| |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 | 146 |
| |
154 | 147 |
| |
155 | 148 |
| |
|
0 commit comments