| | |
| | | #include "PerStaticElement.h" |
| | | #include <jsoncpp/json/json.h> |
| | | #include "DBStruct.h" |
| | | #include <RtspAnalysServer.h> |
| | | #include "SaveVideoRpc.h" |
| | | class AppPipeController : public PipeController { |
| | | public: |
| | | /*** |
| | |
| | | |
| | | void initPerHub(); |
| | | private: |
| | | SaveVideoRpcClient_t m_rpcClient; |
| | | ffmpeg::VideoCaptureElement videoCaptureElement; |
| | | YoloRpcElement yoloRpcElement; |
| | | FaceRpcElement faceRpcElement; |
| | |
| | | std::mutex mutex; |
| | | bool m_bSetWH; |
| | | HiredisTool m_hiredisTool; |
| | | IceRpcClient<RtspAnalys::RtspAnalysServerPrx> rpcClient; |
| | | |
| | | }; |
| | | |
| | | #endif // APPPIPECONTROLLER_H |