Skip to content

Commit

Permalink
Merge pull request #1167 from RiccardoGrieco/fix-doc-reference
Browse files Browse the repository at this point in the history
Fix reference to StereoDepth node in docs
  • Loading branch information
jakaskerl authored Apr 10, 2024
2 parents c0a2d6e + c252143 commit f4a0d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions depthai_sdk/docs/source/components/stereo_component.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
StereoComponent
===============

:class:`StereoComponent <depthai_sdk.components.StereoComponent>` abstracts `StereoDepth <https://docs.luxonis.com/projects/api/en/latest/components/nodes/imu/>`__ node, its configuration,
:class:`StereoComponent <depthai_sdk.components.StereoComponent>` abstracts `StereoDepth <https://docs.luxonis.com/projects/api/en/latest/components/nodes/stereo_depth/>`__ node, its configuration,
filtering (eg. `WLS filter <https://github.com/luxonis/depthai-experiments/tree/master/gen2-wls-filter>`__), and disparity/depth viewing.

Usage
Expand Down Expand Up @@ -35,4 +35,4 @@ Reference

.. autoclass:: depthai_sdk.components.StereoComponent
:members:
:undoc-members:
:undoc-members:

0 comments on commit f4a0d3d

Please sign in to comment.