File tree
28 files changed
+770
-55
lines changed- docs
- source
- samples
- tutorials
- examples
- models
- calibration-sample
- src
- pipeline
28 files changed
+770
-55
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
Submodule depthai-core updated 36 files
- .gitignore+1-1
- CMakeLists.txt+4-1
- cmake/Depthai/DepthaiDeviceSideConfig.cmake+1-1
- examples/CMakeLists.txt+84-50
- examples/src/bootloader_example.cpp+21
- examples/src/calibration_flash.cpp+28
- examples/src/calibration_flash_v5.cpp+29
- examples/src/calibration_load.cpp+64
- examples/src/calibration_reader.cpp+105
- examples/src/imu_gyroscope_accelerometer.cpp+74
- examples/src/imu_rotation_vector.cpp+67
- examples/src/rgb_depth_aligned.cpp+1-1
- examples/src/spatial_location_calculator.cpp+4-1
- include/depthai/depthai.hpp+3
- include/depthai/device/CalibrationHandler.hpp+421
- include/depthai/device/Device.hpp+24
- include/depthai/pipeline/Pipeline.hpp+21
- include/depthai/pipeline/datatype/CameraControl.hpp+1-1
- include/depthai/pipeline/datatype/IMUData.hpp+28
- include/depthai/pipeline/node/DetectionNetwork.hpp+1-1
- include/depthai/pipeline/node/IMU.hpp+80
- include/depthai/pipeline/node/SpatialDetectionNetwork.hpp+2-2
- include/depthai/pipeline/node/StereoDepth.hpp+2-2
- shared/depthai-shared+1-1
- src/device/CalibrationHandler.cpp+659
- src/device/Device.cpp+16
- src/openvino/OpenVINO.cpp+14
- src/pipeline/Pipeline.cpp+15
- src/pipeline/datatype/IMUData.cpp+12
- src/pipeline/datatype/StreamPacketParser.cpp+10
- src/pipeline/node/IMU.cpp+75
- src/pipeline/node/StereoDepth.cpp+4-15
- src/utility/Resources.cpp+2-2
- src/utility/matrixOps.hpp+151
- tests/CMakeLists.txt+50-4
- tests/src/openvino_blob_test.cpp+54
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
| 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 | + | |
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
63 | | - | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| |||
119 | 122 | | |
120 | 123 | | |
121 | 124 | | |
| 125 | + | |
| 126 | + | |
| 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 | + | |
0 commit comments