From 0126e953b3f293b111179e4777103c64f778870c Mon Sep 17 00:00:00 2001 From: Scheaven <xuepengqiang> Date: 星期四, 17 六月 2021 09:57:28 +0800 Subject: [PATCH] bug --- lib/human_interface.cpp | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/lib/human_interface.cpp b/lib/human_interface.cpp index 7c99834..43b25d2 100644 --- a/lib/human_interface.cpp +++ b/lib/human_interface.cpp @@ -49,11 +49,13 @@ //杩斿洖妫�娴嬬粨鏋� void* frame_result(void *handle, const void *img, const int chan) { + SLOG::getInstance()->addLog(0, "----frame_result start---------"); TrackerManager *h = (TrackerManager*)handle; // TResult *t_result = new TResult(); TResult *t_result = (TResult*)malloc(sizeof(TResult)); init_TResult(t_result); h->single_SDK(chan, img, *t_result); + SLOG::getInstance()->addLog(0, "----frame_result end---------"); return t_result; } @@ -116,4 +118,4 @@ { t->count = 0; t->targets = nullptr; -} \ No newline at end of file +} -- Gitblit v1.8.0