Skip to content

Commit 22f7dd1

Browse files
committed
fix wording
1 parent 6781fb8 commit 22f7dd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/samples/StereoDepth/rgb_depth_aligned.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ In this example, rgb and depth aren't perfectly in sync. For that, you would nee
88
has been added to the `demo here <https://github.com/luxonis/depthai-experiments/tree/master/gen2-syncing#host-rgb-depth-sync>`__,
99
where RGB and depth frames have sub-ms delay.
1010

11-
By default, depth map will get scaled to match the reoslution of the camera sensor we want to align to. In other words, if
12-
we align depth to have 1080P color sensor, it will upscale the current depth to 1080P as well.
13-
We can avoid depth scaling if we configure :ref:`StereoDepth`'s ``stereo.setOutputSize(width, height)``.
11+
By default, the depth map will get scaled to match the resolution of the camera sensor we want to align to. In other words, if
12+
depth is aligned to the 1080P color sensor, StereoDepth will upscale depth to 1080P as well.
13+
Depth scaling can be avoided by configuring :ref:`StereoDepth`'s ``stereo.setOutputSize(width, height)``.
1414

1515

1616
Demo

0 commit comments

Comments
 (0)