This commit is contained in:
modehua 2023-12-11 00:15:43 -08:00
parent 694eb2125d
commit 677a827fa8
2 changed files with 0 additions and 2 deletions

View File

@ -83,7 +83,6 @@ void MultiFrameCapture::stopsnap(bool autosize)
{ {
if (autosize) if (autosize)
{ {
printf("走纸已完成 等待图像采集完成\r\n");
video->HtCamStopSampling(); video->HtCamStopSampling();
b_stop_snap = true; b_stop_snap = true;
} }

View File

@ -293,7 +293,6 @@ int main(int argc, char *argv[])
auto data = m_scanner->GetEvent(); auto data = m_scanner->GetEvent();
if (data.code == (int)(HG_ScannerStatus::STOP_SCAN)) if (data.code == (int)(HG_ScannerStatus::STOP_SCAN))
{ {
printf("关闭V4L2 4444\r\n");
m_scanner->close_v4l2(); m_scanner->close_v4l2();
} }