...
This commit is contained in:
parent
3b1c1a3e72
commit
8c609544be
@ -45,6 +45,13 @@ void RaptorEagleCCD::AcquisitionProcess::start(const std::shared_ptr<acq_params_
|
||||
|
||||
_manager->logDebug("Capture is finished (thread id: {})!", st.str());
|
||||
|
||||
if ((_acqParams->abortTime > _acqParams->startTime) &&
|
||||
!_acqParams->saveInAbort) { // abort acquisition was occured! hust exit
|
||||
_manager->logInfo("It seems the acquisition was aborted! Do not save acquired image!");
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
_manager->logDebug("Copy image from grabber to buffer (thread id: {}) ...", st.str());
|
||||
|
||||
size_t npix = _acqParams->roiWidth * _acqParams->roiHeight;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user