From 58c513f0a3abb45359972112913619fa9d613c95 Mon Sep 17 00:00:00 2001
From: pans <pans@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期一, 07 八月 2017 17:16:48 +0800
Subject: [PATCH] add RemoteServer(pthread) #todo add stop()

---
 VisitFace/RtspNativeCodec/app/src/main/cpp/RemoteMethod.proto |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/VisitFace/RtspNativeCodec/app/src/main/cpp/RemoteMethod.proto b/VisitFace/RtspNativeCodec/app/src/main/cpp/RemoteMethod.proto
index d84eae5..8fa9045 100644
--- a/VisitFace/RtspNativeCodec/app/src/main/cpp/RemoteMethod.proto
+++ b/VisitFace/RtspNativeCodec/app/src/main/cpp/RemoteMethod.proto
@@ -5,7 +5,7 @@
 }
  
 interface RtspFaceView{
-	getFaceList@0 (cameraIndex:UInt32)->(faceList:Data);
+	getFaceList@0 (cameraIndex:UInt32,dbId:UInt32)->(faceList:Data);
 	getFaceImages@1 (cameraIndex:UInt32)->(imgIndexData:Data,imgData:Data);
-	setFaceLabel@2 (cameraIndex:UInt32,trackId:UInt32,label:Text);
+	setFaceLabel@2 (cameraIndex:UInt32,trackId:UInt32,label:Data);
 }
\ No newline at end of file

--
Gitblit v1.8.0