Skip to content

Commit

Permalink
Default homography rectification to true
Browse files Browse the repository at this point in the history
  • Loading branch information
SzabolcsGergely committed Apr 20, 2022
1 parent dc1570f commit 648d4c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/depthai-shared/properties/StereoDepthProperties.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ struct StereoDepthProperties : PropertiesSerializable<Properties, StereoDepthPro

/**
* Use homography for stereo rectification instead of sparse mesh generated on device.
* Default value: false.
* Default value: true.
*/
bool useHomographyRectification = false;
bool useHomographyRectification = true;
};

DEPTHAI_SERIALIZE_EXT(StereoDepthProperties,
Expand Down

0 comments on commit 648d4c1

Please sign in to comment.