Skip to content
Snippets Groups Projects
Commit fc2dadc6 authored by Angel Santamaria-Navarro's avatar Angel Santamaria-Navarro
Browse files

debuggin delays. Some more features added

parent 9b9a58da
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,7 @@ void CMvbluefox3::GetImage(char **image) ...@@ -178,7 +178,7 @@ void CMvbluefox3::GetImage(char **image)
// DEBUG // DEBUG
// std::cout << this->stats_->framesPerSecond.read() << std::endl; // 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 #ifdef HAVE_OPENCV_H
...@@ -265,7 +265,7 @@ void CMvbluefox3::Configure(CParams &params, bool ini) ...@@ -265,7 +265,7 @@ void CMvbluefox3::Configure(CParams &params, bool ini)
if (ini || this->params_.mirror != params.mirror) if (ini || this->params_.mirror != params.mirror)
SetImgMirror(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) 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); SetAoi(params.aoi_width, params.aoi_height, params.aoi_start_x, params_.aoi_start_y);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment