调整0x439 stop退出时间

This commit is contained in:
13038267101 2023-11-27 09:26:49 +08:00
parent cbeb2f5653
commit c2e438544d
1 changed files with 3 additions and 3 deletions

View File

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