GUI: create simple calibration->fixed optical rotation

This commit is contained in:
matlabbe
2023-04-15 18:24:14 -07:00
parent 0f221ba3cd
commit b91addb261

View File

@@ -175,7 +175,7 @@ void CreateSimpleCalibrationDialog::saveCalibration()
ui_->doubleSpinBox_fy->value(),
ui_->doubleSpinBox_cx->value(),
ui_->doubleSpinBox_cy->value(),
Transform::getIdentity(),
CameraModel::opticalRotation(),
0,
cv::Size(width, height));
UASSERT(modelLeft.isValidForProjection());