修改调用SDK接口的函数名字

Signed-off-by: 商晓阳 <shangxiaoyang@kylinos.cn>
This commit is contained in:
商晓阳 2024-07-01 09:00:58 +00:00 committed by Gitee
parent 0bc9f1dd21
commit c19c4f4c06
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -941,7 +941,7 @@ AIModeDataThread::AIModeDataThread()
AIModeDataThread::~AIModeDataThread()
{
vision_destory_session(session);
vision_destroy_session(session);
}
bool AIModeDataThread::setSessionStatus()