1. 取消裁剪和memcpy,直接范围XI_IMG m_image(用于直接将影像写入到磁盘中);

This commit is contained in:
tangchao0503
2022-11-13 16:33:51 +08:00
parent c966531151
commit aa49ea7dd2
2 changed files with 9 additions and 7 deletions

View File

@ -31,6 +31,9 @@ namespace Iris
void setEffectiveWindowRoi(int OffsetX, int width);
int getBufferSizeOfOneFrame();
float getTemperature();
XI_IMG m_image; // image buffer
public:
//继承基类的
IrisXimeaImager();//11111111111111111111
@ -95,7 +98,6 @@ namespace Iris
bool is_trigger_external();
protected:
private:
XI_IMG m_image; // image buffer
uint64_t m_timestampOfCamera;
int m_iSpectralBin;