diff options
| author | Nikita Kostovsky <nikita@kostovsky.me> | 2025-02-22 11:37:25 +0100 |
|---|---|---|
| committer | Nikita Kostovsky <nikita@kostovsky.me> | 2025-02-22 11:37:25 +0100 |
| commit | a554cb955012adc51ab0d82af32206fd38a88da8 (patch) | |
| tree | f8df589220e3c2c97a13739faef0a2d32385c342 /src/profile.cpp | |
| parent | d12498504c279a0a85bbfb024f7903e34dbe07db (diff) | |
add veye imx287 support: initial commit
Diffstat (limited to 'src/profile.cpp')
| -rw-r--r-- | src/profile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
