提交 d6cdd223 authored 作者: tobyfan1980's avatar tobyfan1980

change default upload url and ai config default to 1

上级 44727287
...@@ -32,7 +32,7 @@ unsigned short crc16(const unsigned char* data_p, unsigned char length) ...@@ -32,7 +32,7 @@ unsigned short crc16(const unsigned char* data_p, unsigned char length)
} }
namespace evutils { namespace evutils {
const char consts::version[] = "v20200722"; const char consts::version[] = "v0.1.0";
const string consts::kMsgCmd = "cmd"; const string consts::kMsgCmd = "cmd";
const string consts::kMsgCmdConfig = "config"; const string consts::kMsgCmdConfig = "config";
const string consts::kMsgConfigVgw = "vgw"; const string consts::kMsgConfigVgw = "vgw";
...@@ -113,7 +113,7 @@ json make_default_cloud_config() ...@@ -113,7 +113,7 @@ json make_default_cloud_config()
{ {
"vgw":"vgw.ilabservice.cloud:7123", "vgw":"vgw.ilabservice.cloud:7123",
"mqtt":"admin:vJ3zHqWrHbrqxVMT@evcloudsvc.ilabservice.cloud:11883", "mqtt":"admin:vJ3zHqWrHbrqxVMT@evcloudsvc.ilabservice.cloud:11883",
"upload":"vup.ilabservice.cloud:10010", "upload":"evcloudsvc.ilabservice.cloud:7788",
"features":{ "features":{
"push":0, "push":0,
"fps":20, "fps":20,
...@@ -129,7 +129,7 @@ json make_default_cloud_config() ...@@ -129,7 +129,7 @@ json make_default_cloud_config()
}, },
"recordLen":120, "recordLen":120,
"ai":{ "ai":{
"enabled":0, "enabled":1,
"faceThresh":0.75, "faceThresh":0.75,
"humanThresh":0.63, "humanThresh":0.63,
"region":{ "region":{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论