diff options
| author | Nikita Kostovsky <nikita@kostovsky.me> | 2025-11-11 09:33:37 +0100 |
|---|---|---|
| committer | Nikita Kostovsky <nikita@kostovsky.me> | 2025-11-11 09:33:37 +0100 |
| commit | 7bc77048d2bac80b675dbc0270a1a83559cb4b0f (patch) | |
| tree | 3cd1ff74f97f67114153288f890983a0b28aa056 /src/camera/ov9281.cpp | |
| parent | dd5bde0cbc6e3eb641fb9779dff9a23de88a52ea (diff) | |
build for radxa zero 3e on native debianimx287
Diffstat (limited to 'src/camera/ov9281.cpp')
| -rw-r--r-- | src/camera/ov9281.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/camera/ov9281.cpp b/src/camera/ov9281.cpp index a629a91..8f84255 100644 --- a/src/camera/ov9281.cpp +++ b/src/camera/ov9281.cpp @@ -119,8 +119,8 @@ bool OV9281::validateConfig() << std::endl; std::cout << __func__ << ":\tbufferCount: " << streamConfig.bufferCount << std::endl; - std::cout << __func__ << ":\torientation: " << m_config->orientation - << std::endl; + // std::cout << __func__ << ":\torientation: " << m_config->orientation + // << std::endl; break; } case CameraConfiguration::Status::Invalid: { |
