From a554cb955012adc51ab0d82af32206fd38a88da8 Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Sat, 22 Feb 2025 11:37:25 +0100 Subject: add veye imx287 support: initial commit --- src/profile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profile.cpp') diff --git a/src/profile.cpp b/src/profile.cpp index 2c7b9a9..64ba091 100644 --- a/src/profile.cpp +++ b/src/profile.cpp @@ -25,7 +25,7 @@ Profile::Profile( for (size_t i = 9471; i < 9472; i++) { std::cout << __func__ << ": row #" << i << ": "; - for (size_t j = 0; j < 1280; ++j) { + for (size_t j = 0; j < img_width; ++j) { const auto& x = calibrationTableX->at(j).at(i); const auto& z = calibrationTableZ->at(j).at(i); std::cout << "Profile: table: " << x << ' ' << z << std::endl; -- cgit v1.2.3-70-g09d2