houxiao
2017-08-11 eb69d9c33b307bfc2d6c7f46a210f98c5fa306c5
1
2
3
4
5
6
7
8
9
10
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,dbId:UInt32)->(faceList:Data);
    getFaceImages@1 (cameraIndex:UInt32)->(imgIndexData:Data,imgData:Data);
    setFaceLabel@2 (cameraIndex:UInt32,trackId:UInt32,label:Data);
}