serial
BlueMatthew 1 year ago
parent 306c907efe
commit fe24a11d45

@ -1059,7 +1059,7 @@ bool CPhoneDevice::OnImageReady(cv::Mat& mat)
bool res = cv::imwrite(fullPath.c_str(), mat, params); bool res = cv::imwrite(fullPath.c_str(), mat, params);
if (!res) if (!res)
{ {
XYLOG(XYLOG_SEVERITY_DERROR, "Failed to write photo: %s", fullPath.c_str()); XYLOG(XYLOG_SEVERITY_ERROR, "Failed to write photo: %s", fullPath.c_str());
} }
else else
{ {

Loading…
Cancel
Save