| | |
| | | #include "PerStaticElement.h" |
| | | #include <jsoncpp/json/json.h> |
| | | #include "DBStruct.h" |
| | | |
| | | #include <RtspAnalysServer.h> |
| | | class AppPipeController : public PipeController { |
| | | public: |
| | | /*** |
| | |
| | | //TriggerElement crowdTriggerElement; |
| | | |
| | | void initCrowd(); |
| | | |
| | | void RecordVideo(); |
| | | private://KeepRight |
| | | JudgmentRetrogradeTool leftJudgment; |
| | | JudgmentRetrogradeTool rightJudgment; |
| | |
| | | std::string getFullFileName(); |
| | | std::mutex mutex; |
| | | bool m_bSetWH; |
| | | HiredisTool m_hiredisTool; |
| | | IceRpcClient<RtspAnalys::RtspAnalysServerPrx> rpcClient; |
| | | }; |
| | | |
| | | #endif // APPPIPECONTROLLER_H |