From bcb9bc0242b1a21c64e814cecc67abc4889127a7 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期四, 05 十一月 2020 15:23:44 +0800 Subject: [PATCH] 摄像机信息添加voiceId, sdkRun添加bReid --- protomsg.proto | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/protomsg.proto b/protomsg.proto index ee0235a..6925261 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -44,6 +44,7 @@ bool voiceEnable = 25; string voiceId = 26; + string coordTransform = 27; //鍧愭爣杞崲淇℃伅 } message Sensor { @@ -68,6 +69,7 @@ string sdk_type = 2; int32 isTriggerByPreSdk = 3; int32 confidence = 4; + bool bReid = 5; } -- Gitblit v1.8.0