This commit is contained in:
13038267101 2023-11-15 11:50:32 +08:00
commit 2031ee25ab
1 changed files with 2 additions and 1 deletions

View File

@ -1412,7 +1412,8 @@ namespace hg_imgproc
std::vector<cv::Mat> mats(mats_);
mats_.clear();
CImageApplyColorCastCorrect::PreScheme deviceType = CImageApplyColorCastCorrect::G200;
int tmp = -1;
CImageApplyColorCastCorrect::PreScheme deviceType = (CImageApplyColorCastCorrect::PreScheme)tmp;
if (0x300 == pid_)
{
deviceType = CImageApplyColorCastCorrect::G300_D8;