This commit is contained in:
yangjiaxuan 2023-11-27 17:24:17 +08:00
parent e5a395d1fc
commit c7581c84fb
1 changed files with 1 additions and 2 deletions

View File

@ -1454,10 +1454,9 @@ void hg_scanner_239::thread_get_dves_image(void)
if (img_conf_.resolution_dst > 200 && is_quality_ == IMG_QUALITY) //鍒犻櫎杩欐浠g爜锛屼綘鍙兘闇€瑕佽€冭檻涓€涓嬪悗鏋?
std::this_thread::sleep_for(std::chrono::milliseconds(5000));
else
std::this_thread::sleep_for(std::chrono::milliseconds(500));
std::this_thread::sleep_for(std::chrono::milliseconds(2000));
}
int rest = 0;
while (get_image_count() > 0)
{