From afc0f32ae2d2ce2fe1e90528fe71968de3ab42f7 Mon Sep 17 00:00:00 2001 From: chenke <chenke@454eff88-639b-444f-9e54-f578c98de674> Date: 星期五, 04 八月 2017 10:32:28 +0800 Subject: [PATCH] 远程调用原型文件 --- VisitFace/RtspNativeCodec/app/src/main/cpp/RemoteMethod.proto | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/VisitFace/RtspNativeCodec/app/src/main/cpp/RemoteMethod.proto b/VisitFace/RtspNativeCodec/app/src/main/cpp/RemoteMethod.proto new file mode 100644 index 0000000..d84eae5 --- /dev/null +++ b/VisitFace/RtspNativeCodec/app/src/main/cpp/RemoteMethod.proto @@ -0,0 +1,11 @@ +#remote method protocol to process communation among android devices +@0xd6ce09ec6f6d1f1a; +interface RtspFaceDetect{ + fireFaceCountListener@0 (cameraIndex:UInt32,faceCount:UInt32); +} + +interface RtspFaceView{ + getFaceList@0 (cameraIndex:UInt32)->(faceList:Data); + getFaceImages@1 (cameraIndex:UInt32)->(imgIndexData:Data,imgData:Data); + setFaceLabel@2 (cameraIndex:UInt32,trackId:UInt32,label:Text); +} \ No newline at end of file -- Gitblit v1.8.0