G300 扫描之前清空一次 bulk

This commit is contained in:
13038267101 2023-04-28 09:18:48 +08:00
parent 565e295e93
commit ec2d8a5420
1 changed files with 2 additions and 1 deletions

View File

@ -307,7 +307,8 @@ int hg_scanner_300::start(void)
std::this_thread::sleep_for(std::chrono::milliseconds(1000));
VLOG_MINI_1(LOG_LEVEL_WARNING, "device status is(%s)\n", STATU_DESC_SCANNER_ERR_DEVICE_DEVS_BOOTING);
}
//discard_all_images();
discard_all_images();
final_imgs_.clear();
bool handled = false;
int ret = try_third_app_handle_start(handled),
count = -1,