• 大小: 6KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-06
  • 语言: 其他
  • 标签: ESP32cam  Qt  串口  

资源简介

博客中的资源,用于ESP32cam获取JPEG格式的图片通过串口上传到Qt上位机上显示。这就是上位机的源码。

资源截图

代码片段和文件信息

#include “mainwindow.h“
#include 

int main(int argc char *argv[])
{
    QApplication a(argc argv);
    MainWindow w;
    w.show();

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         183  2019-12-04 23:31  SerialGraph\main.cpp
     文件        2520  2019-12-13 00:19  SerialGraph\mainwindow.cpp
     文件         796  2019-12-13 00:19  SerialGraph\mainwindow.h
     文件        4188  2019-12-13 00:19  SerialGraph\mainwindow.ui
     文件        1272  2019-12-04 23:42  SerialGraph\SerialGraph.pro
     文件       24490  2019-12-04 23:32  SerialGraph\SerialGraph.pro.user

评论

共有 条评论