提交 60b10b2c authored 作者: blu's avatar blu

human detector: mqtt msg revise

上级 60ffcdb4
...@@ -188,7 +188,6 @@ def video_analysis(data): ...@@ -188,7 +188,6 @@ def video_analysis(data):
else: # no video else: # no video
ret['code'] = 1 ret['code'] = 1
ret['msg'] = 'no video specified' ret['msg'] = 'no video specified'
return ret
except Exception as e: except Exception as e:
print("exception in va worker: {}".format(e)); print("exception in va worker: {}".format(e));
ret['code'] = -1 ret['code'] = -1
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论