| | |
| | | * @param folderPath 任务根目录,用于做共享内存id |
| | | * @param json 参数为rtsp流地址 sdk是否启用的标识 |
| | | */ |
| | | // AppPipeController(std::string folderPath, const Json::Value &json); |
| | | AppPipeController(std::string folderPath, const SdkRuleMap& ruleMap); |
| | | // AppPipeController(std::string folderPath, const Json::Value &json); |
| | | AppPipeController(std::string folderPath, const SdkRuleMap &ruleMap); |
| | | |
| | | // AppPipeController(int index, const Json::Value &json, bool RecordVideoEnable = false); |
| | | // AppPipeController(int index, const Json::Value &json, bool RecordVideoEnable = false); |
| | | |
| | | // AppPipeController(std::string camId, const Json::Value &json, bool RecordVideoEnable); |
| | | // AppPipeController(std::string camId, const Json::Value &json, bool RecordVideoEnable); |
| | | |
| | | AppPipeController(std::string camId, const SdkRuleMap& ruleMap, bool RecordVideoEnable); |
| | | AppPipeController(std::string camId, const SdkRuleMap &ruleMap, bool RecordVideoEnable); |
| | | |
| | | virtual ~AppPipeController(); |
| | | |
| | |
| | | |
| | | void setfdfsClient(FastFdsWithLock *p_fdfsClient); |
| | | |
| | | void setWeekRule(const std::map<int, std::vector<LActRuleWeekRecord>>& weekRuleMap); |
| | | void setWeekRule(const std::map<int, std::vector<LActRuleWeekRecord>> &weekRuleMap); |
| | | |
| | | private: |
| | | void init(); |
| | | |
| | | private://Perimete |
| | | PerimeterElement perimeterElement; |
| | | // TriggerElement peTriggerElement; |
| | | // TriggerElement peTriggerElement; |
| | | |
| | | void initPerimeter(); |
| | | |
| | |
| | | |
| | | private: |
| | | PerStaticElement perStaticElement; |
| | | |
| | | void initPerStatic(); |
| | | |
| | | private://Perimete |
| | | PerimeterElement perHubElement; |
| | | // TriggerElement peTriggerElement; |
| | | // TriggerElement peTriggerElement; |
| | | |
| | | void initPerHub(); |
| | | |
| | | private: |
| | | ffmpeg::VideoCaptureElement videoCaptureElement; |
| | | YoloRpcElement yoloRpcElement; |
| | | FaceRpcElement faceRpcElement; |
| | | FaceExtractElement faceExtractElement; |
| | |
| | | std::map<int, std::vector<LActRuleWeekRecord>> m_weekRuleMap; |
| | | SdkRuleMap m_sdkRuleMap; |
| | | std::string m_localIp; |
| | | |
| | | std::string getFullFileName(); |
| | | |
| | | std::mutex mutex; |
| | | }; |
| | | |