Calibration Freeenct2: switching images by default

This commit is contained in:
matlabbe
2015-05-05 19:43:25 -04:00
parent b5e62be664
commit 0d500ff1bf
4 changed files with 15 additions and 3 deletions

View File

@@ -3523,6 +3523,7 @@ void PreferencesDialog::calibrate()
}
}
_calibrationDialog->setStereoMode(true);
_calibrationDialog->setSwitchedImages(dynamic_cast<CameraFreenect2*>(camera) != 0);
_calibrationDialog->setSavingDirectory(this->getCameraInfoDir());
_calibrationDialog->registerToEventsManager();