Commit b2896bb0 by “liusq”

nvr测试完整版

parent 7e42d9b3
......@@ -478,11 +478,9 @@ void CameraHandle::sdkDevSnapSyn(XSDK_HANDLE hDevice, int nChannel){
cv::Mat image;
MediaFaceImage *mediaFaceImage= MediaFaceImage::getInstance();
qint64 currentTime= QDateTime::currentSecsSinceEpoch();
int ret =-1;
if(sSn!="9189806d008ac359" && sSn!="d92e8e4ff3912954"){
ret=mediaFaceImage->FaceImageCallBack(hDevice,nChannel, image,sSn);
}
if (ret < 0) {
int ret=mediaFaceImage->FaceImageCallBack(hDevice,nChannel, image,sSn);
if (ret <= 0) {
if(!hk_status){
if(threeConsecutiveImage())return;
}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