QiaoJiaSystem/VptServer/VptServerI.h
@@ -10,6 +10,9 @@ #define QIAOJIASYSTEM_VPTSERVERI_H #include <pthread.h> #include <thread> class VptServerI : public VptDetect::VptDetectServer { public: VptServerI(); @@ -34,7 +37,8 @@ cv::Mat bufferToMat(const int w, const int h, const int channels, const void *buffer); private: VptDetectWrapper m_vptDetectWrapper; std::map<std::thread::id, VptDetectWrapper *> m_map_vptDetectWrapper; // VptDetectWrapper m_vptDetectWrapper; };