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

apply rectification on/off

parent 919511fe
No related branches found
No related tags found
No related merge requests found
Pipeline #28636 passed
......@@ -181,6 +181,7 @@ void StereoVideoSource::init(const string &file) {
host_->on("rectify", [this]() {
calibration_.enabled = host_->value("rectify", true);
rectification_->setEnabled(calibration_.enabled);
do_update_params_ = true;
});
......
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