实现功能:提取rgb波段并通过h264编码;

This commit is contained in:
tangchao0503
2024-01-23 09:35:01 +08:00
parent 061e1f83bd
commit 6298083fd5
5 changed files with 485 additions and 81 deletions

View File

@ -42,6 +42,7 @@
#include "MemoryPool.h"
#include <queue>
#include <QMutex>
#include <QUdpSocket>
#include "rgbImage.h"
@ -152,6 +153,8 @@ public:
int getMaxValueOfOneFrame(unsigned short * data, int numberOfPixel);
int getImagerState() const;
Encode ffmpegEncode;
private:
//0-61ximea官方错误代码99发生的ximea官方错误代码没有处理100未打开101打开102设置帧率103自动曝光104正在采集
int m_iImagerState;