//是否保存数据集的
// if(is_Capture_images)
// {
// QString dirStr = RSPS_CAMERA_PIC_DIR_quanjing;
// QDir dir;
// if (!dir.exists(dirStr))
// {
// dir.mkpath(dirStr);
// }
// QDateTime current_date_time =QDateTime::currentDateTime();
// QString current_date =current_date_time.toString("yyyy-MM-dd_hh-mm-ss_zzz");
// QString fileName = dirStr + "\\";
// fileName += "M" + current_date;
// fileName += ".jpg";
// cv::imwrite(fileName.toStdString(),frame);
// is_Capture_images=false;
// }
qt 中保存图片,图片的名字,按照时间来保存
知新_ROL2023-10-07 19:12
相关推荐
郝学胜_神的一滴19 小时前
CMake 30:循环语法全解|foreach_while双循环精讲、迭代技巧与实战避坑指南卷无止境3 天前
C++ 的Eigen 库全解析卷无止境3 天前
现代 C++特性大盘点:一门脱胎换骨的老语言郝学胜_神的一滴3 天前
CMake 27:缓存变量的特性、语法、类型与实操全解Quz4 天前
QML Hello World 入门示例博客18005 天前
酷宝的使用方法,超好用的免费界面库,C++、MFC可用郝学胜_神的一滴5 天前
CMake 026:属性体系精讲、四大作用域全解 & 实战代码落地众少成多积小致巨6 天前
JNI (Java Native Interface) 技术手册中文参考指南xcyxiner7 天前
DicomViewer (dcmtk读取dcm文件)5xcyxiner8 天前
DicomViewer (后台线程处理文件)4