Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Changing exposure class property when slot called
  • Loading branch information
MPIBR-kretschmerf committed Jun 1, 2017
1 parent 6706ff2 commit 31f422e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SpinnakerCapture.cpp
Expand Up @@ -119,6 +119,7 @@ int SpinnakerCapture::configureExposure(double exposureTimeToSet)
exposureTimeToSet = exposureTimeMax;
}

exposureTime = exposureTimeToSet;
ptrExposureTime->SetValue(exposureTimeToSet);

qDebug() << "Exposure time set to " << exposureTimeToSet << " us...";
Expand Down

0 comments on commit 31f422e

Please sign in to comment.