Merge branch 'release/v2.5.0' of http://gitlab.mynt.com/mynteye/mynt-eye-s-sdk into release/v2.5.0

This commit is contained in:
TinyO 2019-10-22 12:34:03 +08:00
commit 6c70c0bf74

View File

@ -200,8 +200,8 @@ int main(int argc, char *argv[]) {
return 0;
}
std::cout << std::endl << "Left Camera Intrinsics:" << std::endl
<< cv_in_left << std::endl;
// std::cout << std::endl << "Left Camera Intrinsics:" << std::endl
// << cv_in_left << std::endl;
cv_in_left_inv = cv_in_left.inv();
cv::namedWindow("frame");
cv::namedWindow("depth");