From a3365259bd9c51db3b5cfcf013ed323f27d1725a Mon Sep 17 00:00:00 2001 From: pansen <pansen626@sina.com> Date: 星期三, 26 十二月 2018 15:01:51 +0800 Subject: [PATCH] 添加人脸时,裁剪图片 --- QiaoJiaSystem/StructureApp/AppPipeController.h | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) diff --git a/QiaoJiaSystem/StructureApp/AppPipeController.h b/QiaoJiaSystem/StructureApp/AppPipeController.h index 648b766..58f3e55 100644 --- a/QiaoJiaSystem/StructureApp/AppPipeController.h +++ b/QiaoJiaSystem/StructureApp/AppPipeController.h @@ -93,24 +93,6 @@ std::string getFullFileName(); - - void recordInit(int videoMin, int videoMax); - void setSdkTrigger(); - void doRecord(); - int fileMin; - int fileMax; - bool sdkTrigger; - int triggerDelay; - -#define RECORD_STOP (0) -#define RECORD_DOING (1) -#define RECORD_ENDING (2) - - int recordStatus; - int videoLength; - int recordDelay; - - }; #endif // APPPIPECONTROLLER_H -- Gitblit v1.8.0