資源簡介
使用v4l2在qt實時顯示攝像頭數據。未使用opencv。uvc攝像頭都可使用。
這樣的代碼不應該需要太多積分,但時間久了積分上去了,特意來減少所需積分,希望大家喜歡。

代碼片段和文件信息
#include?
#include?“processImage.h“
int?main(int?argcchar?*argv[])
{
????QApplication?app(argcargv);
????ProcessImage?process;
????process.resize(640480);
????process.show();
????return?app.exec();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????908??2018-03-21?16:42??videodevice.h
?????文件????????212??2018-03-21?17:08??main.cpp
?????文件???????4297??2018-03-21?17:12??processImage.cpp
?????文件????????677??2018-03-21?16:44??processImage.h
?????文件???????6871??2018-03-21?16:42??videodevice.cpp
-----------?---------??----------?-----??----
????????????????12965????????????????????5
- 上一篇:zigbee的串口編程應用源代碼
- 下一篇:QT4 QCA 加密庫
評論
共有 條評論