Commit c7bea3f
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 changed| 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 | | |
| |||
| 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 | | |
| |||
| 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
| 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 | | |
| |||
| 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 | + | |
| 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 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| 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 | + | |
| 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 | | |
| |||
0 commit comments