1 Star 8 Fork 8

Luuu/qt-ffmpeg-rtsp-video

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwindow.h 947 Bytes
一键复制 编辑 原始数据 按行查看 历史
蝶恋香 提交于 2018-05-29 15:01 . 添加配置读取
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include <QImage>
#include <QPaintEvent>
#include <QWidget>
#include <QtDebug>
#include <QtConcurrent/qtconcurrentrun.h>
#include "videoplayer.h"
#include "localvideoplayer.h"
#include "videowindow.h"
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
protected:
void paintEvent(QPaintEvent *event);
private:
Ui::MainWindow *ui;
VideoPlayer *mPlayer;
LocalVideoPlayer *mLocalPlayer;
QImage mImage;
QImage R_mImage;
QString url;
videowindow *vWindow;
bool open_red=false;
void keyPressEvent(QKeyEvent *event);
QString rtspUrl;
QString videoPath;
private slots:
void slotGetOneFrame(QImage img);
void slotGetRFrame(QImage img);
bool slotOpenRed();
bool slotCloseRed();
};
#endif // MAINWINDOW_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kobe1mvp/qt-ffmpeg-rtsp-video.git
[email protected]:kobe1mvp/qt-ffmpeg-rtsp-video.git
kobe1mvp
qt-ffmpeg-rtsp-video
qt-ffmpeg-rtsp-video
master

搜索帮助