File tree
14 files changed
+72
-27
lines changed- examples
- ColorCamera
- Script
- VideoEncoder
- mixed
- src
- pipeline
14 files changed
+72
-27
lines changedSubmodule depthai-core updated 20 files
- cmake/Depthai/DepthaiDeviceSideConfig.cmake+1-1
- examples/ColorCamera/rgb_camera_control.cpp+2-2
- examples/Script/script_http_server.cpp+1-1
- examples/Script/script_mjpeg_server.cpp+1-1
- 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/device/DeviceBase.hpp+7
- include/depthai/pipeline/node/VideoEncoder.hpp+26-9
- shared/depthai-shared+1-1
- src/device/DeviceBase.cpp+6
- src/pipeline/node/ColorCamera.cpp+10-1
- src/pipeline/node/MonoCamera.cpp+4
- src/pipeline/node/VideoEncoder.cpp+35-52
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments