1. 取消裁剪和memcpy,直接范围XI_IMG m_image(用于直接将影像写入到磁盘中);
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user