Skip to content

Commit

Permalink
Merge pull request #105 from luxonis/docs_fix_disparity_range
Browse files Browse the repository at this point in the history
fixed extended disparity range documentation
  • Loading branch information
Erol444 authored Apr 19, 2021
2 parents 8108ac9 + ca12250 commit 3507400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/depthai/pipeline/node/StereoDepth.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class StereoDepth : public Node {
void setSubpixel(bool enable);

/**
* Disparity range increased from 96 to 192, combined from full resolution and downscaled images.
* Disparity range increased from 0-95 to 0-190, combined from full resolution and downscaled images.
*
* Suitable for short range objects
*/
Expand Down

0 comments on commit 3507400

Please sign in to comment.