diff options
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: { |
