CIS原图检测时关闭脏污检测功能

This commit is contained in:
yangjiaxuan 2024-01-05 09:19:47 +08:00
parent 4d53672e6e
commit 11c902f23e
1 changed files with 1 additions and 0 deletions

View File

@ -4755,6 +4755,7 @@ int hg_scanner::device_io_control(unsigned long code, void* data, unsigned* len)
} }
else if (code == IO_CTRL_CODE_SET_CIS_IMAGE) else if (code == IO_CTRL_CODE_SET_CIS_IMAGE)
{ {
is_lens_dirty = false;
return on_cis_get_image(*((bool*)data)); return on_cis_get_image(*((bool*)data));
} }
else if(code == IO_CTRL_CODE_GET_IMAGE) else if(code == IO_CTRL_CODE_GET_IMAGE)