From 2eb7fb35cf2cc0ee45205ed7bbb45708f963189c Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期五, 21 六月 2019 18:04:30 +0800 Subject: [PATCH] update image --- sdk.proto | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/sdk.proto b/sdk.proto index 10ac801..f6f10fb 100644 --- a/sdk.proto +++ b/sdk.proto @@ -7,7 +7,10 @@ message Image{ int32 width = 1; int32 height = 2; - bytes data = 3; + bytes data = 3; + + string timestamp = 4; + uint64 id = 5; } message FaceAngle{ -- Gitblit v1.8.0