We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989909a commit f64cfc0Copy full SHA for f64cfc0
1 file changed
src/PlusDataCollection/Andor/vtkPlusAndorVideoSource.cxx
@@ -802,7 +802,7 @@ PlusStatus vtkPlusAndorVideoSource::StartCorrectionFrameAcquisition(const std::s
802
this->effectiveVSInd = vsSpeed > -1 ? vsSpeed : this->VSSpeed;
803
this->effectiveHSInd = hsSpeed > -1 ? hsSpeed : this->HSSpeed[1];
804
this->effectiveExpTime = exposureTime > -1 ? exposureTime : this->ExposureTime;
805
- this->effectiveShutter = ShutterMode::FullyAuto;
+ this->effectiveShutter = shutter;
806
this->saveCorrectionPath = correctionFilePath;
807
808
this->threadID = this->Threader->SpawnThread((vtkThreadFunctionType)&vtkPlusAndorVideoSource::AcquireCorrectionFrameThread, this);
0 commit comments