QiaoJiaSystem/StructureApp/FaceExtractElement.cpp
@@ -227,7 +227,7 @@ if (!server) { ERR("server is null"); return; //return; } INFO("Record Video "<<strImageKey); server->recordVideo(strImageKey); @@ -235,7 +235,7 @@ catch (std::exception &e) { ERR("Record Video Err: "<<strImageKey <<" Message: "<<e.what()); return; //return; } auto faceSearchServer = faceSearchRpcClient.getServer(); if (!faceSearchServer) {