File tree
41 files changed
+290
-26
lines changed- .github/workflows
- examples
- Camera
- Cast
- ColorCamera
- CrashReport
- FeatureTracker
- ImageAlign
- NeuralNetwork
- PointCloud
- Script
- StereoDepth
- Sync
- ToF
- UVC
- device
- mixed
- src
- pipeline
- datatype
- node
- utilities
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+290
-26
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
191 |
| - | |
| 191 | + | |
192 | 192 |
| |
193 | 193 |
| |
194 | 194 |
| |
| |||
244 | 244 |
| |
245 | 245 |
| |
246 | 246 |
| |
247 |
| - | |
| 247 | + | |
248 | 248 |
| |
249 | 249 |
| |
250 | 250 |
| |
| |||
352 | 352 |
| |
353 | 353 |
| |
354 | 354 |
| |
355 |
| - | |
| 355 | + | |
356 | 356 |
| |
357 | 357 |
| |
358 | 358 |
| |
| |||
413 | 413 |
| |
414 | 414 |
| |
415 | 415 |
| |
416 |
| - | |
| 416 | + | |
417 | 417 |
| |
418 | 418 |
| |
419 | 419 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
Submodule depthai-core updated 15 files
- CMakeLists.txt+1-1
- cmake/Depthai/DepthaiDeviceSideConfig.cmake+1-1
- examples/CMakeLists.txt+11
- examples/Yolo/yolov8_nano.cpp+157
- include/depthai/device/DeviceBase.hpp+17
- include/depthai/pipeline/datatype/CameraControl.hpp+35
- include/depthai/pipeline/datatype/EncodedFrame.hpp+23
- include/depthai/pipeline/node/StereoDepth.hpp+7-2
- shared/depthai-shared+1-1
- src/device/DeviceBase.cpp+20
- src/pipeline/datatype/CameraControl.cpp+17
- src/pipeline/datatype/EncodedFrame.cpp+14
- src/pipeline/datatype/StereoDepthConfig.cpp+42
- src/pipeline/node/StereoDepth.cpp+156
- tests/src/stability_stress_test.cpp+1-3
examples/Camera/camera_undistort.py
100644
100755
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
|
examples/Camera/thermal_cam.py
100644
100755
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
|
examples/Cast/cast_blur.py
100644
100755
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
|
examples/Cast/cast_concat.py
100644
100755
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
|
examples/Cast/cast_diff.py
100644
100755
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
|
examples/CrashReport/capture_diagnostic.py
100644
100755
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
|
examples/ImageAlign/depth_align.py
100644
100755
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
| |||
32 | 34 |
| |
33 | 35 |
| |
34 | 36 |
| |
35 |
| - | |
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
| |||
158 | 159 |
| |
159 | 160 |
| |
160 | 161 |
| |
| 162 | + | |
| 163 | + | |
161 | 164 |
| |
162 | 165 |
| |
163 | 166 |
| |
| |||
170 | 173 |
| |
171 | 174 |
| |
172 | 175 |
| |
173 |
| - | |
| 176 | + | |
174 | 177 |
| |
175 | 178 |
| |
176 | 179 |
| |
|
examples/ImageAlign/image_align.py
100644
100755
Lines changed: 24 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
| 6 | + | |
4 | 7 |
| |
5 | 8 |
| |
6 | 9 |
| |
| |||
12 | 15 |
| |
13 | 16 |
| |
14 | 17 |
| |
| 18 | + | |
| 19 | + | |
15 | 20 |
| |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
16 | 28 |
| |
17 | 29 |
| |
18 | 30 |
| |
| |||
30 | 42 |
| |
31 | 43 |
| |
32 | 44 |
| |
33 |
| - | |
| 45 | + | |
34 | 46 |
| |
35 | 47 |
| |
36 | 48 |
| |
| |||
107 | 119 |
| |
108 | 120 |
| |
109 | 121 |
| |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
110 | 130 |
| |
111 | 131 |
| |
112 |
| - | |
113 |
| - | |
| 132 | + | |
| 133 | + | |
114 | 134 |
| |
115 |
| - | |
| 135 | + | |
116 | 136 |
| |
117 | 137 |
| |
118 | 138 |
| |
|
examples/ImageAlign/thermal_align.py
100644
100755
Lines changed: 20 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
| |||
38 | 40 |
| |
39 | 41 |
| |
40 | 42 |
| |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
41 | 51 |
| |
42 | 52 |
| |
43 | 53 |
| |
| |||
55 | 65 |
| |
56 | 66 |
| |
57 | 67 |
| |
58 |
| - | |
| 68 | + | |
59 | 69 |
| |
60 | 70 |
| |
61 | 71 |
| |
| |||
130 | 140 |
| |
131 | 141 |
| |
132 | 142 |
| |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
133 | 151 |
| |
134 | 152 |
| |
135 | 153 |
| |
| |||
141 | 159 |
| |
142 | 160 |
| |
143 | 161 |
| |
144 |
| - | |
| 162 | + | |
145 | 163 |
| |
146 | 164 |
| |
147 | 165 |
| |
|
examples/ImageAlign/tof_align.py
100644
100755
Lines changed: 22 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
| |||
27 | 29 |
| |
28 | 30 |
| |
29 | 31 |
| |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
30 | 41 |
| |
31 | 42 |
| |
| 43 | + | |
32 | 44 |
| |
33 | 45 |
| |
34 | 46 |
| |
| |||
46 | 58 |
| |
47 | 59 |
| |
48 | 60 |
| |
49 |
| - | |
| 61 | + | |
50 | 62 |
| |
51 | 63 |
| |
52 | 64 |
| |
| |||
107 | 119 |
| |
108 | 120 |
| |
109 | 121 |
| |
110 |
| - | |
| 122 | + | |
| 123 | + | |
111 | 124 |
| |
112 | 125 |
| |
113 | 126 |
| |
| |||
136 | 149 |
| |
137 | 150 |
| |
138 | 151 |
| |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
139 | 158 |
| |
140 | 159 |
| |
141 | 160 |
| |
| |||
151 | 170 |
| |
152 | 171 |
| |
153 | 172 |
| |
154 |
| - | |
| 173 | + | |
155 | 174 |
| |
156 | 175 |
| |
157 | 176 |
| |
|
examples/NeuralNetwork/thermal_nnet.py
100644
100755
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
|
examples/PointCloud/pointcloud_control.py
100644
100755
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
|
examples/PointCloud/visualize_pointcloud.py
100644
100755
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
|
examples/Script/script_emmc_access.py
100644
100755
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
|
examples/Script/script_read_calibration.py
100644
100755
File mode changed.
examples/Script/script_uart.py
100644
100755
File mode changed.
File mode changed.
0 commit comments