Commit 3e39c73
Submodule depthai-core updated 56 files
- .github/workflows/main.workflow.yml+7-105
- CMakeLists.txt+58-60
- README.md-10
- cmake/Depthai/DepthaiDeviceSideConfig.cmake+1-1
- cmake/depthaiConfig.cmake.in+11-4
- cmake/depthaiDependencies.cmake+12-23
- examples/CMakeLists.txt+1-22
- examples/src/camera_mobilenet_example.cpp+35-32
- examples/src/camera_mobilenet_sync_example.cpp+33-31
- examples/src/camera_preview_example.cpp+12-9
- examples/src/camera_video_example.cpp+19-12
- examples/src/color_camera_control_example.cpp+41-32
- examples/src/device_queue_event_example.cpp+13-10
- examples/src/h264_encoding_example.cpp+13-9
- examples/src/image_manip_example.cpp+18-10
- examples/src/image_manip_warp_example.cpp+58-53
- examples/src/mjpeg_encoding_example.cpp+19-16
- examples/src/mobilenet_device_side_decoding_example.cpp+7-10
- examples/src/mono_camera_example.cpp+17-10
- examples/src/opencv_support_example.cpp+10-5
- examples/src/spatial_location_calculator_example.cpp-159
- examples/src/spatial_mobilenet_example.cpp-195
- examples/src/spatial_mobilenet_mono_example.cpp-202
- examples/src/stereo_example.cpp+41-39
- examples/src/system_information_example.cpp+14-17
- examples/src/tiny_yolo_v3_device_side_decoding_example.cpp+11-14
- examples/src/tiny_yolo_v4_device_side_decoding_example.cpp+11-14
- examples/src/webcam_mobilenet_example.cpp+34-28
- include/depthai/depthai.hpp-4
- include/depthai/pipeline/datatype/SpatialImgDetections.hpp-33
- include/depthai/pipeline/datatype/SpatialLocationCalculatorConfig.hpp-44
- include/depthai/pipeline/datatype/SpatialLocationCalculatorData.hpp-35
- include/depthai/pipeline/node/DetectionNetwork.hpp+2-3
- include/depthai/pipeline/node/NeuralNetwork.hpp+2-4
- include/depthai/pipeline/node/SpatialDetectionNetwork.hpp-108
- include/depthai/pipeline/node/SpatialLocationCalculator.hpp-70
- include/depthai/pipeline/node/StereoDepth.hpp+1-1
- include/depthai/utility/LockingQueue.hpp-1
- shared/depthai-bootloader-shared.cmake+4
- shared/depthai-shared+1-1
- src/opencv/ImgFrame.cpp+1-1
- src/pipeline/datatype/SpatialImgDetections.cpp-14
- src/pipeline/datatype/SpatialLocationCalculatorConfig.cpp-26
- src/pipeline/datatype/SpatialLocationCalculatorData.cpp-18
- src/pipeline/datatype/StreamPacketParser.cpp-30
- src/pipeline/node/DetectionNetwork.cpp+10-10
- src/pipeline/node/NeuralNetwork.cpp+8-8
- src/pipeline/node/SpatialDetectionNetwork.cpp-66
- src/pipeline/node/SpatialLocationCalculator.cpp-40
- tests/CMakeLists.txt+3-16
- tests/integration/CMakeLists.txt-28
- tests/integration/src/main.cpp-24
- tests/src/color_camera_node_test.cpp+18-17
- tests/src/image_manip_node_test.cpp+13-12
- tests/src/neural_network_test.cpp+22-15
- tests/src/pipeline_test.cpp+7-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
0 commit comments