Skip to content
Snippets Groups Projects
Commit a40fdd44 authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

fix reference camera selection

parent 6bf88c2c
No related branches found
No related tags found
No related merge requests found
......@@ -496,7 +496,6 @@ void runCameraCalibration( ftl::Configurable* root,
if (save_input) {
cv::FileStorage fs(path + filename, cv::FileStorage::WRITE);
fs << "resolution" << params.size;
fs << "uri" << uri;
calib.saveInput(fs);
fs.release();
......@@ -560,7 +559,8 @@ int main(int argc, char **argv) {
params.optimize_intrinsic = optimize_intrinsic;
params.output_path = output_directory;
params.registration_file = registration_file;
params.reference_camera = ref_camera;
LOG(INFO) << "\n"
<< "\nIMPORTANT: Remeber to set \"use_intrinsics\" to false for nodes!"
<< "\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment