调整600dpi 丢图

This commit is contained in:
13038267101 2022-07-27 18:32:42 +08:00
parent fb464a1494
commit d48220919d
1 changed files with 4 additions and 1 deletions

View File

@ -1573,6 +1573,9 @@ void hg_scanner_239::thread_handle_usb_read(void)
// fetch all buffered images and exit ...
//while(!is_dev_image_process_done())
if (img_conf_.resolution_dst > 200 && is_quality_ == IMG_QUALITY)
std::this_thread::sleep_for(std::chrono::milliseconds(2000));
else
std::this_thread::sleep_for(std::chrono::milliseconds(1000));
while (get_image_count() > 0)