From 0a762a217fe499b7b63d55ed4b46dde1afd49f28 Mon Sep 17 00:00:00 2001 From: pans <pansen626@sina.com> Date: 星期一, 15 四月 2019 16:57:06 +0800 Subject: [PATCH] .3nsq: Auto stash before merge of "1.3nsq" and "origin/1.3nsq" --- QiaoJiaSystem/StructureApp/AppPipeController.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/QiaoJiaSystem/StructureApp/AppPipeController.h b/QiaoJiaSystem/StructureApp/AppPipeController.h index 367af7a..0bb873a 100644 --- a/QiaoJiaSystem/StructureApp/AppPipeController.h +++ b/QiaoJiaSystem/StructureApp/AppPipeController.h @@ -20,6 +20,7 @@ #include <jsoncpp/json/json.h> #include "DBStruct.h" #include "SaveVideoRpc.h" +#include "VptRpcElement.h" class VideoCaptureElementNotDecoder : public ffmpeg::VideoCaptureElement { using ffmpeg::VideoCaptureElement::VideoCaptureElement; @@ -105,7 +106,13 @@ SaveVideoRpcClient_t m_rpcClient; VideoCaptureElementNotDecoder videoCaptureElement; // ffmpeg::VideoCaptureElement videoCaptureElement; + +#ifdef YOLOSERVER YoloRpcElement yoloRpcElement; +#else + VptRpcElement vptRpcElement; +#endif + FaceRpcElement faceRpcElement; FaceExtractElement faceExtractElement; ImageDrawElement imageDrawElement; -- Gitblit v1.8.0