File tree
3 files changed
+37
-10
lines changed- src
- pipeline
3 files changed
+37
-10
lines changedSubmodule depthai-core updated 41 files
- CMakeLists.txt+1-1
- cmake/Depthai/DepthaiDeviceSideConfig.cmake+1-1
- include/depthai/device/DataQueue.hpp+20
- include/depthai/pipeline/Node.hpp+60-11
- include/depthai/pipeline/node/ColorCamera.hpp+4-6
- include/depthai/pipeline/node/DetectionNetwork.hpp+3-4
- include/depthai/pipeline/node/EdgeDetector.hpp-2
- include/depthai/pipeline/node/IMU.hpp+2-3
- include/depthai/pipeline/node/ImageManip.hpp+3-5
- include/depthai/pipeline/node/MonoCamera.hpp+2-3
- include/depthai/pipeline/node/MyProducer.hpp+2-3
- include/depthai/pipeline/node/NeuralNetwork.hpp-2
- include/depthai/pipeline/node/ObjectTracker.hpp+2-3
- include/depthai/pipeline/node/SPIOut.hpp+6-12
- include/depthai/pipeline/node/SpatialDetectionNetwork.hpp+2-3
- include/depthai/pipeline/node/SpatialLocationCalculator.hpp+2-3
- include/depthai/pipeline/node/StereoDepth.hpp+2-3
- include/depthai/pipeline/node/SystemLogger.hpp+2-3
- include/depthai/pipeline/node/VideoEncoder.hpp+2-3
- include/depthai/pipeline/node/XLinkIn.hpp+2-3
- include/depthai/pipeline/node/XLinkOut.hpp+2-3
- src/device/DataQueue.cpp+42-13
- src/device/Device.cpp+3-1
- src/pipeline/Node.cpp+2-2
- src/pipeline/Pipeline.cpp+10-10
- src/pipeline/node/ColorCamera.cpp+3-8
- src/pipeline/node/DetectionNetwork.cpp+4-9
- src/pipeline/node/EdgeDetector.cpp+4-9
- src/pipeline/node/IMU.cpp+3-9
- src/pipeline/node/ImageManip.cpp+4-9
- src/pipeline/node/MonoCamera.cpp+3-8
- src/pipeline/node/MyProducer.cpp+3-9
- src/pipeline/node/NeuralNetwork.cpp+5-9
- src/pipeline/node/ObjectTracker.cpp+4-9
- src/pipeline/node/SpatialDetectionNetwork.cpp+4-9
- src/pipeline/node/SpatialLocationCalculator.cpp+4-9
- src/pipeline/node/StereoDepth.cpp+2-8
- src/pipeline/node/SystemLogger.cpp+2-8
- src/pipeline/node/VideoEncoder.cpp+4-9
- src/pipeline/node/XLinkIn.cpp+3-9
- src/pipeline/node/XLinkOut.cpp+2-8
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
| 97 | + | |
| 98 | + | |
95 | 99 | | |
96 | 100 | | |
97 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 33 | + | |
39 | 34 | | |
40 | 35 | | |
41 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| 49 | + | |
47 | 50 | | |
48 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
49 | 57 | | |
50 | 58 | | |
51 | 59 | | |
| |||
61 | 69 | | |
62 | 70 | | |
63 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
64 | 87 | | |
65 | 88 | | |
66 | 89 | | |
| |||
0 commit comments