From f9f5f263c7d6a966fe00e9c1be85f2be0db728e8 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期六, 19 十月 2019 15:15:45 +0800 Subject: [PATCH] update --- csdk.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/csdk.cpp b/csdk.cpp index e4ef67f..bda8823 100644 --- a/csdk.cpp +++ b/csdk.cpp @@ -33,6 +33,7 @@ int c_api_face_tracker_init(const int tm, const int gi, const int wid, const int hei, const int maxFaces, const int detinterval, const int sampleSize){ if (!face) face = new sdkface(); + if (face) printf("create sdk face success\n"); return face->init_face_tracker(tm, gi, wid, hei, maxFaces, detinterval, sampleSize); } -- Gitblit v1.8.0