mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Fixed g2o version not correctly used, D400: set default to IR+Depth
This commit is contained in:
@@ -3921,12 +3921,16 @@ void PreferencesDialog::selectSourceDriver(Src src, int variant)
|
||||
_ui->spinBox_rs2_width->setValue(1280);
|
||||
_ui->spinBox_rs2_height->setValue(720);
|
||||
_ui->spinBox_rs2_rate->setValue(30);
|
||||
_ui->checkbox_rs2_irMode->setChecked(false);
|
||||
_ui->checkbox_rs2_emitter->setChecked(true);
|
||||
}
|
||||
else
|
||||
else // D400
|
||||
{
|
||||
_ui->spinBox_rs2_width->setValue(848);
|
||||
_ui->spinBox_rs2_height->setValue(480);
|
||||
_ui->spinBox_rs2_rate->setValue(60);
|
||||
_ui->checkbox_rs2_irMode->setChecked(true);
|
||||
_ui->checkbox_rs2_emitter->setChecked(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user