| | |
| | | #include "FaceRpcElement.h" |
| | | #include "FaceExtractElement.h" |
| | | #include "YoloRpcElement.h" |
| | | #include "RecordVideoElement.h" |
| | | #include <TriggerElement.h> |
| | | #include <QtCore/QDateTime> |
| | | #include "PerimeterElement.h" |
| | | #include "JudgmentRetrogradeTool.h" |
| | | #include "NewRecordVideoElement.h" |
| | | #include "PersonElement.h" |
| | | #include "PerStaticElement.h" |
| | | #include <jsoncpp/json/json.h> |
| | | #include "DBStruct.h" |
| | | #include "SaveVideoRpc.h" |
| | | #include "HiredisTool.h" |
| | | |
| | | class VideoCaptureElementNotDecoder : public ffmpeg::VideoCaptureElement { |
| | | using ffmpeg::VideoCaptureElement::VideoCaptureElement; |
| | |
| | | int m_index; |
| | | std::string m_camId; |
| | | std::string m_folderPath; |
| | | Json::Value m_json; |
| | | Json::Value m_json_Record; |
| | | // Json::Value m_json; |
| | | // Json::Value m_json_Record; |
| | | // Json::FastWriter m_fastWriter; |
| | | |
| | | Json::FastWriter m_fastWriter; |
| | | FastFdsWithLock *fdfsClient; |
| | | |
| | | bool bRecordVideoEnable; |