File tree
124 files changed
+2484
-1861
lines changed- docs/source
- components
- messages
- nodes
- samples
- tutorials
- examples
- src
- pipeline
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
124 files changed
+2484
-1861
lines changedSubmodule depthai-core updated 69 files
- CMakeLists.txt+1-1
- cmake/Depthai/DepthaiDeviceSideConfig.cmake+1-1
- examples/CMakeLists.txt+106-56
- examples/src/camera_mobilenet_example.cpp-131
- examples/src/camera_mobilenet_sync_example.cpp+10-8
- examples/src/camera_preview_example.cpp-63
- examples/src/camera_video_example.cpp-63
- examples/src/depth_crop_control.cpp+110
- examples/src/depth_preview.cpp+68
- examples/src/device_queue_event.cpp+50
- examples/src/device_queue_event_example.cpp-64
- examples/src/encoding_max_limit.cpp+86
- examples/src/h264_encoding_example.cpp-70
- examples/src/image_manip_example.cpp+13-19
- examples/src/mjpeg_encoding_example.cpp+20-25
- examples/src/mobilenet_device_side_decoding_example.cpp-124
- examples/src/mono_camera_control.cpp+149
- examples/src/mono_camera_example.cpp-57
- examples/src/mono_depth_mobilenetssd.cpp+153
- examples/src/mono_full_resolution_saver.cpp+53
- examples/src/mono_mobilenet.cpp+116
- examples/src/mono_preview.cpp+55
- examples/src/object_tracker.cpp+60-62
- examples/src/opencv_support.cpp+52
- examples/src/opencv_support_example.cpp-56
- examples/src/rgb_camera_control.cpp+76-68
- examples/src/rgb_depth_aligned.cpp+33-27
- examples/src/rgb_encoding.cpp+55
- examples/src/rgb_encoding_mobilenet.cpp+127
- examples/src/rgb_encoding_mono_mobilenet.cpp+162
- examples/src/rgb_encoding_mono_mobilenet_depth.cpp+216
- examples/src/rgb_full_resolution_saver.cpp+64
- examples/src/rgb_mobilenet.cpp+145
- examples/src/rgb_mobilenet_4k.cpp+130
- examples/src/rgb_mono_encoding.cpp+82
- examples/src/rgb_preview.cpp+55
- examples/src/rgb_rotate_warp.cpp+48-46
- examples/src/rgb_video.cpp+45
- examples/src/spatial_location_calculator.cpp+38-36
- examples/src/spatial_mobilenet.cpp+77-87
- examples/src/spatial_mobilenet_mono.cpp+77-88
- examples/src/spatial_object_tracker.cpp+62-65
- examples/src/spatial_tiny_yolo.cpp+77-86
- examples/src/stereo_depth_video.cpp+36-42
- examples/src/system_information.cpp+28-43
- examples/src/tiny_yolo_v3_device_side_decoding.cpp+92-81
- examples/src/tiny_yolo_v3_device_side_decoding_example.cpp-137
- examples/src/tiny_yolo_v4_device_side_decoding.cpp+159
- examples/src/utility.cpp+30-8
- examples/src/utility.hpp+1
- examples/src/video_mobilenet.cpp+112
- examples/src/webcam_mobilenet_example.cpp+16-16
- include/depthai/common/CameraBoardSocket.hpp+25
- include/depthai/common/UsbSpeed.hpp+31
- include/depthai/device/Device.hpp+9-1
- include/depthai/pipeline/Pipeline.hpp+6
- include/depthai/pipeline/node/MonoCamera.hpp+9-2
- include/depthai/pipeline/node/StereoDepth.hpp+9-2
- shared/depthai-shared+1-1
- src/device/Device.cpp+6
- src/device/DeviceBootloader.cpp+3-3
- src/opencv/ImgFrame.cpp+9-2
- src/pipeline/Pipeline.cpp+19
- src/pipeline/node/MonoCamera.cpp+1-1
- src/pipeline/node/NeuralNetwork.cpp+1-1
- src/pipeline/node/StereoDepth.cpp+8-1
- src/utility/Resources.cpp+1-1
- tests/src/image_manip_node_test.cpp+1-1
- tests/src/neural_network_test.cpp+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments