admin
2022-09-30 1a16b19acb23a4f28bafd01f3ed80fb225a96c3e
ConsoleApplication/CaptureUtil.cpp
@@ -120,6 +120,6 @@
cv::Mat  CaptureUtil::capture(HWND hwnd) {
   clock_t starttime = clock();
   cv::Mat cap = _wss::screen_shot_by_window(hwnd);
   std::cout << "截图耗时: threadid-" << std::this_thread::get_id() << " 耗时:" << clock() - starttime << endl;
   //std::cout << "截图耗时: threadid-" << std::this_thread::get_id() << " 耗时:" << clock() - starttime << endl;
   return cap;
}