cis 原图设置位批量扫描

This commit is contained in:
13038267101 2023-01-05 17:52:17 +08:00
parent 05876d568a
commit a7a6f80a8d
1 changed files with 1 additions and 1 deletions

View File

@ -758,7 +758,7 @@ public:
{
return ret;
}
ret = helper_->io_control(IO_CTRL_CODE_TEST_SINGLE, NULL, NULL);
ret = helper_->io_control(IO_CTRL_CODE_GET_IMAGE, NULL, NULL);
if (ret != SCANNER_ERR_OK)
{
return ret;