This commit is contained in:
mazengfei
2026-01-20 19:04:17 +08:00
parent b7408dc6c4
commit 8326ff0a03
4 changed files with 16 additions and 7 deletions
@@ -666,7 +666,7 @@ public class FaceHelper implements FaceListener {
noticeCurrentStatus("识别通过");
changeRecognizeStatus(trackId, RequestFeatureStatus.SUCCEED);
} else {
noticeCurrentStatus("未通过:NOT_REGISTERED");
noticeCurrentStatus("未通过:NOT_REGISTERED"+compareResult.getSimilar());
retryRecognizeDelayed(trackId);
}
}