1 Star 0 Fork 0

NJUPT-B523/Intelligent Traffic Violation Detection

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ipcamerathread.h 446 Bytes
一键复制 编辑 原始数据 按行查看 历史
江斌 提交于 2021-08-22 15:41 . YDS 2019
/*********************************
* IPC线程
* @ray
* date:2019/9/24
* *******************************/
#ifndef IPCAMERATHREAD_H
#define IPCAMERATHREAD_H
#include <QThread>
#include "ipccamera.h"
class IPCameraThread : public QThread
{
public:
IPCameraThread(QObject * par);
void stop();
void begin();
protected:
void run();
private:
bool stopped=false;
};
#endif // IPCAMERATHREAD_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/njupt-b523/intelligent-traffic-violation-detection.git
git@gitee.com:njupt-b523/intelligent-traffic-violation-detection.git
njupt-b523
intelligent-traffic-violation-detection
Intelligent Traffic Violation Detection
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385