diff --git a/hgdriver/hgdev/image_process.cpp b/hgdriver/hgdev/image_process.cpp index 43e2d27..2c6c28e 100644 --- a/hgdriver/hgdev/image_process.cpp +++ b/hgdriver/hgdev/image_process.cpp @@ -526,8 +526,8 @@ namespace hg_imgproc std::vector mats(mats_); mats_.clear(); - VLOG_MINI_4(LOG_LEVEL_DEBUG_INFO, "adjust_color: table len = %d, brightness = %f, contrast = %f, gamma = %f\n", tableLength - , img_conf_.brightness, img_conf_.contrast, img_conf_.gamma); + //VLOG_MINI_4(LOG_LEVEL_DEBUG_INFO, "adjust_color: table len = %d, brightness = %f, contrast = %f, gamma = %f\n", tableLength + // , img_conf_.brightness, img_conf_.contrast, img_conf_.gamma); if(gamma_table && tableLength) { CImageApplyCustomGamma gamme(gamma_table, tableLength);