Commit b2896bb0 by “liusq”

nvr测试完整版

parent 7e42d9b3
...@@ -478,11 +478,9 @@ void CameraHandle::sdkDevSnapSyn(XSDK_HANDLE hDevice, int nChannel){ ...@@ -478,11 +478,9 @@ void CameraHandle::sdkDevSnapSyn(XSDK_HANDLE hDevice, int nChannel){
cv::Mat image; cv::Mat image;
MediaFaceImage *mediaFaceImage= MediaFaceImage::getInstance(); MediaFaceImage *mediaFaceImage= MediaFaceImage::getInstance();
qint64 currentTime= QDateTime::currentSecsSinceEpoch(); qint64 currentTime= QDateTime::currentSecsSinceEpoch();
int ret =-1;
if(sSn!="9189806d008ac359" && sSn!="d92e8e4ff3912954"){ int ret=mediaFaceImage->FaceImageCallBack(hDevice,nChannel, image,sSn);
ret=mediaFaceImage->FaceImageCallBack(hDevice,nChannel, image,sSn); if (ret <= 0) {
}
if (ret < 0) {
if(!hk_status){ if(!hk_status){
if(threeConsecutiveImage())return; if(threeConsecutiveImage())return;
}else { }else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment