| | |
| | | cv::Mat imageTemp = videoCaptureElement.getImage(); |
| | | |
| | | std::string strNewTime = AppUtil::getTimeUSecString();; |
| | | mutex.unlock(); |
| | | //DBG("m_camId="<<m_camId<<" strNewTime="<<strNewTime); |
| | | // cv::putText(imageTemp, strNewTime, cv::Point(408, 540), cv::HersheyFonts::FONT_HERSHEY_PLAIN, 5, |
| | | // cv::Scalar(255, 255, 0), 2); |
| | | |
| | | //DBG("m_camId="<<m_camId<<" strNewTime="<<strNewTime); |
| | | cv::putText(imageTemp, strNewTime, cv::Point(408, 540), cv::HersheyFonts::FONT_HERSHEY_PLAIN, 5, |
| | | cv::Scalar(255, 255, 0), 2); |
| | | if (m_camId.size() > 0) { |
| | | |
| | | |
| | |
| | | strNewTime = newDt.toString("yyyy-MM-dd hh:mm:ss").toStdString(); |
| | | |
| | | } |
| | | mutex.unlock(); |
| | | // DBG(strNewTime); |
| | | |
| | | if (!faceRpcElement.isBusy()) { |