2 files changed
+3
-3
lines changedSubmodule depthai-core updated 38 files
- .github/workflows/main.workflow.yml+6-6
- CMakeLists.txt+12-6
- cmake/Depthai/DepthaiDeviceSideConfig.cmake+1-1
- cmake/Hunter/config.cmake+3-3
- cmake/depthaiDependencies.cmake+5
- examples/CMakeLists.txt+6-2
- examples/ColorCamera/rgb_camera_control.cpp+2-2
- examples/IMU/imu_gyroscope_accelerometer.cpp+2-2
- examples/IMU/imu_rotation_vector.cpp+1-1
- examples/ImageManip/image_manip_example.cpp+1-1
- examples/ImageManip/rgb_rotate_warp.cpp+5-5
- examples/MobileNet/webcam_mobilenet_example.cpp+1-1
- examples/MonoCamera/mono_camera_control.cpp+3-3
- examples/Script/script_http_server.cpp+1-1
- examples/Script/script_mjpeg_server.cpp+1-1
- examples/SpatialDetection/spatial_location_calculator.cpp+1-1
- examples/StereoDepth/depth_crop_control.cpp+3-3
- examples/VideoEncoder/disparity_encoding.cpp+1-1
- examples/VideoEncoder/encoding_max_limit.cpp+3-3
- examples/VideoEncoder/mjpeg_encoding_example.cpp+1-1
- examples/VideoEncoder/rgb_encoding.cpp+1-1
- examples/VideoEncoder/rgb_full_resolution_saver.cpp+1-1
- examples/VideoEncoder/rgb_mono_encoding.cpp+3-3
- examples/mixed/rgb_encoding_mobilenet.cpp+1-1
- examples/mixed/rgb_encoding_mono_mobilenet.cpp+1-1
- examples/mixed/rgb_encoding_mono_mobilenet_depth.cpp+1-1
- include/depthai/pipeline/node/VideoEncoder.hpp+26-9
- shared/depthai-shared+1-1
- src/device/CalibrationHandler.cpp+7-5
- src/device/DeviceBase.cpp+2-2
- src/device/DeviceBootloader.cpp+13-8
- src/pipeline/Pipeline.cpp+1-1
- src/pipeline/node/NeuralNetwork.cpp+1-1
- src/pipeline/node/StereoDepth.cpp+1-1
- src/pipeline/node/VideoEncoder.cpp+35-52
- src/utility/matrixOps.hpp+11-11
- src/xlink/XLinkConnection.cpp+10-3
- tests/CMakeLists.txt+6-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments