Skip to content

Commit f64cfc0

Browse files
authored
BUG: set shutter mode properly for acquiring correction frames (#760)
1 parent 989909a commit f64cfc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PlusDataCollection/Andor/vtkPlusAndorVideoSource.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ PlusStatus vtkPlusAndorVideoSource::StartCorrectionFrameAcquisition(const std::s
802802
this->effectiveVSInd = vsSpeed > -1 ? vsSpeed : this->VSSpeed;
803803
this->effectiveHSInd = hsSpeed > -1 ? hsSpeed : this->HSSpeed[1];
804804
this->effectiveExpTime = exposureTime > -1 ? exposureTime : this->ExposureTime;
805-
this->effectiveShutter = ShutterMode::FullyAuto;
805+
this->effectiveShutter = shutter;
806806
this->saveCorrectionPath = correctionFilePath;
807807

808808
this->threadID = this->Threader->SpawnThread((vtkThreadFunctionType)&vtkPlusAndorVideoSource::AcquireCorrectionFrameThread, this);

0 commit comments

Comments
 (0)