SourceRGB: added rectify option for all types (including usb camera)

This commit is contained in:
matlabbe
2017-04-24 14:11:38 -04:00
parent 51c353e504
commit 4e3216a75d
3 changed files with 44 additions and 131 deletions

View File

@@ -4400,7 +4400,7 @@ void MainWindow::startDetection()
int button = QMessageBox::question(this,
tr("Camera is not calibrated!"),
tr("RTAB-Map cannot run with an uncalibrated camera. Do you want to calibrate the camera now?"),
tr("RTAB-Map in metric SLAM mode cannot run with an uncalibrated camera. Do you want to calibrate the camera now?"),
QMessageBox::Yes | QMessageBox::No);
if(button == QMessageBox::Yes)
{