From fc2dadc649c33001a22a1226529bdf36cb1d58d7 Mon Sep 17 00:00:00 2001 From: asantamaria <asantamaria@iri.upc.edu> Date: Sun, 11 Dec 2016 17:03:15 +0100 Subject: [PATCH] debuggin delays. Some more features added --- src/mvbluefox3.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mvbluefox3.cpp b/src/mvbluefox3.cpp index a3a3af7..81d4707 100644 --- a/src/mvbluefox3.cpp +++ b/src/mvbluefox3.cpp @@ -178,7 +178,7 @@ void CMvbluefox3::GetImage(char **image) // DEBUG // std::cout << this->stats_->framesPerSecond.read() << std::endl; - std::cout << this->ac_ctrl_->mvResultingFrameRate.read() << std::endl; + // std::cout << this->ac_ctrl_->mvResultingFrameRate.read() << std::endl; } #ifdef HAVE_OPENCV_H @@ -265,7 +265,7 @@ void CMvbluefox3::Configure(CParams ¶ms, bool ini) if (ini || this->params_.mirror != params.mirror) SetImgMirror(params.mirror); - // // Area of Intreset + // Area of Intreset if (ini || this->params_.aoi_width != params.aoi_width || this->params_.aoi_height != params.aoi_height || this->params_.aoi_start_x != params.aoi_start_x || this->params_.aoi_start_y != params.aoi_start_y) SetAoi(params.aoi_width, params.aoi_height, params.aoi_start_x, params_.aoi_start_y); -- GitLab