Skip to content

Commit 34d2ddc

Browse files
Merge pull request #272 from luxonis/develop
Release v2.4.0.0
2 parents b747e5c + f365f23 commit 34d2ddc

File tree

124 files changed

+2484
-1861
lines changed

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 changed

depthai-core

Submodule depthai-core updated 69 files

docs/source/components/messages/camera_control.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ scenes, effects etc.
88
Examples of functionality
99
#########################
1010

11-
- :ref:`14.1 - Color Camera Control`
12-
- :ref:`19 - Mono Camera Control`
13-
- :ref:`23 - Auto Exposure on ROI`
11+
- :ref:`RGB Camera Control`
12+
- :ref:`Mono Camera Control`
13+
- :ref:`Auto Exposure on ROI`
1414

1515
Reference
1616
#########

docs/source/components/messages/image_manip_config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ It is sent either from the host to :ref:`ColorCamera` or :ref:`ImageManip`.
1010
Examples of functionality
1111
#########################
1212

13-
- :ref:`14.1 - Color Camera Control`
14-
- :ref:`20 - Color Rotate Warp`
13+
- :ref:`RGB Camera Control`
14+
- :ref:`RGB Rotate Warp`
1515

1616
Reference
1717
#########

docs/source/components/messages/img_detections.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ which contains :code:`label`, :code:`confidence`, and the bounding box informati
77
Examples of functionality
88
#########################
99

10-
- :ref:`08 - RGB & MobilenetSSD`
11-
- :ref:`09 - Mono & MobilenetSSD`
12-
- :ref:`22.2 - RGB & TinyYoloV4 decoding on device`
10+
- :ref:`RGB & MobilenetSSD`
11+
- :ref:`Mono & MobilenetSSD`
12+
- :ref:`RGB & TinyYoloV4 decoding on device`
1313

1414
Reference
1515
#########

docs/source/components/messages/img_frame.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ These are all the images (regardless of their encoding/format), as well as the d
77
Examples of functionality
88
#########################
99

10-
- :ref:`01 - RGB Preview`
11-
- :ref:`02 - Mono Preview`
12-
- :ref:`03 - Depth Preview`
10+
- :ref:`RGB Preview`
11+
- :ref:`Mono Preview`
12+
- :ref:`Depth Preview`
1313

1414
Reference
1515
#########

docs/source/components/messages/spatial_img_detections.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Both :ref:`YoloSpatialDetectionNetwork` and :ref:`MobileNetSpatialDetectionNetwo
88
Examples of functionality
99
#########################
1010

11-
- :ref:`26.1 - RGB & MobilenetSSD with spatial data`
12-
- :ref:`26.2 - MONO & MobilenetSSD with spatial data`
13-
- :ref:`26.3 - RGB & TinyYolo with spatial data`
11+
- :ref:`RGB & MobilenetSSD with spatial data`
12+
- :ref:`Mono & MobilenetSSD with spatial data`
13+
- :ref:`RGB & TinyYolo with spatial data`
1414

1515
Reference
1616
#########

docs/source/components/messages/spatial_location_calculator_config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This message is used to configure the :ref:`SpatialLocationCalculator` node.
66
Examples of functionality
77
#########################
88

9-
- :ref:`27 - Spatial location calculator`
9+
- :ref:`Spatial location calculator`
1010

1111
Reference
1212
#########

docs/source/components/messages/spatial_location_calculator_data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This message is an output from the :ref:`SpatialLocationCalculator` node.
66
Examples of functionality
77
#########################
88

9-
- :ref:`27 - Spatial location calculator`
9+
- :ref:`Spatial location calculator`
1010

1111
Reference
1212
#########

docs/source/components/messages/system_information.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ System information message is created by the :ref:`SystemLogger` node.
1010
Examples of functionality
1111
#########################
1212

13-
- :ref:`25 - System information`
13+
- :ref:`System information`
1414

1515
Reference
1616
#########

docs/source/components/messages/tracklets.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Tracklets are produced by the :ref:`ObjectTracker` node. They provide tracking i
66
Examples of functionality
77
#########################
88

9-
- :ref:`29.1 - Object tracker on RGB camera`
10-
- :ref:`29.2 - Spatial object tracker on RGB camera`
11-
- :ref:`29.3 - Object tracker on video`
9+
- :ref:`Object tracker on RGB`
10+
- :ref:`Spatial object tracker on RGB`
11+
- :ref:`Object tracker on video`
1212

1313
Reference
1414
#########

0 commit comments

Comments
 (0)