Commit a0fa92a
committed
File tree
110 files changed
+3886
-416
lines changed- .github/workflows
- cmake
- docs
- docker
- source
- _static
- images
- components
- examples
- components
- messages
- nodes
- includes
- samples
- Camera
- FeatureTracker
- MonoCamera
- Script
- ToF
- UVC
- bootloader
- calibration
- tutorials
- examples
- Camera
- ColorCamera
- CrashReport
- FeatureTracker
- MonoCamera
- Script
- SpatialDetection
- StereoDepth
- Sync
- ToF
- UVC
- VideoEncoder
- Warp
- bootloader
- mixed
- src
- pipeline
- datatype
- node
- tests
- utilities
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
110 files changed
+3886
-416
lines changed| 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 | | |
| |||
540 | 544 | | |
541 | 545 | | |
542 | 546 | | |
543 | | - | |
544 | | - | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
545 | 561 | | |
546 | 562 | | |
547 | | - | |
548 | | - | |
549 | | - | |
550 | | - | |
551 | | - | |
552 | | - | |
553 | | - | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | | - | |
33 | 34 | | |
34 | 35 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
130 | 134 | | |
131 | 135 | | |
132 | 136 | | |
| |||
135 | 139 | | |
136 | 140 | | |
137 | 141 | | |
| 142 | + | |
138 | 143 | | |
139 | 144 | | |
140 | 145 | | |
| 146 | + | |
141 | 147 | | |
| 148 | + | |
142 | 149 | | |
143 | 150 | | |
144 | 151 | | |
| |||
159 | 166 | | |
160 | 167 | | |
161 | 168 | | |
162 | | - | |
| 169 | + | |
163 | 170 | | |
| 171 | + | |
164 | 172 | | |
165 | 173 | | |
166 | 174 | | |
| |||
169 | 177 | | |
170 | 178 | | |
171 | 179 | | |
172 | | - | |
173 | | - | |
| 180 | + | |
| 181 | + | |
174 | 182 | | |
175 | 183 | | |
176 | 184 | | |
| |||
| 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 97 files
- CMakeLists.txt+20-4
- README.md+8-1
- cmake/Depthai/DepthaiBootloaderConfig.cmake+1-1
- cmake/Depthai/DepthaiDeviceSideConfig.cmake+1-1
- cmake/Hunter/config.cmake+8-6
- cmake/config.hpp.in+23
- examples/CMakeLists.txt+9-1
- examples/ColorCamera/rgb_preview.cpp+1-1
- examples/Script/script_read_calibration.cpp+43
- examples/SpatialDetection/spatial_calculator_multi_roi.cpp+2-2
- examples/Sync/demux_message_group.cpp+63
- examples/Sync/depth_video_synced.cpp+68
- examples/Sync/imu_video_synced.cpp+74
- examples/Sync/sync_scripts.cpp+56
- examples/Warp/warp_mesh.cpp+2-2
- examples/bootloader/bootloader_version.cpp+2-2
- include/depthai/common/CameraFeatures.hpp+1
- include/depthai/common/StereoPair.hpp+25
- include/depthai/device/CalibrationHandler.hpp+35-1
- include/depthai/device/DeviceBase.hpp+66-10
- include/depthai/device/DeviceBootloader.hpp+3
- include/depthai/pipeline/datatype/AprilTags.hpp-16
- include/depthai/pipeline/datatype/Buffer.hpp+32
- include/depthai/pipeline/datatype/CameraControl.hpp+44-1
- include/depthai/pipeline/datatype/EncodedFrame.hpp+150
- include/depthai/pipeline/datatype/ImageManipConfig.hpp+9
- include/depthai/pipeline/datatype/ImgDetections.hpp-16
- include/depthai/pipeline/datatype/ImgFrame.hpp+7-17
- include/depthai/pipeline/datatype/MessageGroup.hpp+79
- 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/StreamMessageParser.hpp+3
- include/depthai/pipeline/datatype/ToFConfig.hpp+51
- include/depthai/pipeline/datatype/TrackedFeatures.hpp-16
- include/depthai/pipeline/datatype/Tracklets.hpp-16
- include/depthai/pipeline/datatypes.hpp+2
- include/depthai/pipeline/node/Camera.hpp+12-1
- include/depthai/pipeline/node/ColorCamera.hpp+14-1
- include/depthai/pipeline/node/MessageDemux.hpp+28
- include/depthai/pipeline/node/MonoCamera.hpp+11
- include/depthai/pipeline/node/Sync.hpp+55
- include/depthai/pipeline/node/ToF.hpp+55
- include/depthai/pipeline/node/UVC.hpp+40
- include/depthai/pipeline/node/VideoEncoder.hpp+6-1
- include/depthai/pipeline/node/Warp.hpp+2-2
- include/depthai/pipeline/nodes.hpp+5-1
- include/depthai/xlink/XLinkStream.hpp+4-1
- shared/depthai-shared+1-1
- shared/depthai-shared.cmake+1-1
- src/device/CalibrationHandler.cpp+61-22
- src/device/DataQueue.cpp+35-3
- src/device/Device.cpp+4-4
- src/device/DeviceBase.cpp+348-189
- src/device/DeviceBootloader.cpp+214-208
- src/opencv/ImgFrame.cpp+6
- src/openvino/BlobReader.cpp+1-1
- src/pipeline/datatype/AprilTags.cpp+3-25
- src/pipeline/datatype/Buffer.cpp+35
- src/pipeline/datatype/CameraControl.cpp+30-2
- src/pipeline/datatype/EncodedFrame.cpp+124
- src/pipeline/datatype/ImageManipConfig.cpp+10
- src/pipeline/datatype/ImgDetections.cpp+3-25
- src/pipeline/datatype/ImgFrame.cpp+7-23
- src/pipeline/datatype/MessageGroup.cpp+77
- 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+38-14
- src/pipeline/datatype/ToFConfig.cpp+46
- src/pipeline/datatype/TrackedFeatures.cpp+3-25
- src/pipeline/datatype/Tracklets.cpp+3-25
- src/pipeline/node/Camera.cpp+5-1
- src/pipeline/node/ColorCamera.cpp+26
- src/pipeline/node/MessageDemux.cpp+16
- src/pipeline/node/MonoCamera.cpp+4
- src/pipeline/node/Sync.cpp+31
- src/pipeline/node/ToF.cpp+19
- src/pipeline/node/UVC.cpp+25
- src/pipeline/node/VideoEncoder.cpp+1-1
- src/pipeline/node/Warp.cpp+2-2
- src/utility/EepromDataParser.cpp+85
- src/utility/EepromDataParser.hpp+29
- src/utility/Files.hpp+38
- src/utility/H26xParsers.cpp+292
- src/utility/H26xParsers.hpp+16
- src/utility/Initialization.cpp+20-3
- src/utility/Path.cpp+2-2
- src/utility/Platform.cpp+27
- src/utility/Platform.hpp+4-3
- src/xlink/XLinkConnection.cpp+7-3
- src/xlink/XLinkStream.cpp+19-1
- tests/CMakeLists.txt+9-1
- tests/src/device_usbspeed_test.cpp+33
- tests/src/encoded_frame_test.cpp+122
- tests/src/message_group_test.cpp+168
- tests/src/naming_test.cpp+113
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
0 commit comments