调整dps拆分和多流输出

This commit is contained in:
13038267101 2023-06-26 18:24:06 +08:00
parent a93e612d3b
commit 6e20e84836
2 changed files with 2 additions and 2 deletions

View File

@ -466,7 +466,7 @@ int hg_scanner_200::writedown_device_configuration(bool type,setting_hardware::H
d = &dsp_config_;
if (is_multiout)
{
d->params_dsp.color = image_prc_param_.bits.multi_out == MULTI_COLOR_AND_BW ? 0 : 1;
d->params_dsp.color = image_prc_param_.bits.multi_out == MULTI_GRAY_AND_BW ? 0 : 1;
}
else if ((image_prc_param_.bits.color_mode == COLOR_MODE_256_GRAY
|| image_prc_param_.bits.color_mode == COLOR_MODE_BLACK_WHITE)

View File

@ -591,7 +591,7 @@ namespace hg_imgproc
std::string filename ;
int rotation01_ = 1;
int rotation02_ = 1;
if((pid_ == 0x139 || pid_ == 0x239 || pid_ == 0x100 || pid_ == 0x200 || pid_ == 0x439) && (split3399 % 2 ==0) && img_conf_.is_duplex)
if((pid_ == 0x139 || pid_ == 0x239 || pid_ == 0x439) && (split3399 % 2 ==0) && img_conf_.is_duplex)
{
rotation01_ = 0;
rotation02_ = 1;