Skip to content
Snippets Groups Projects

Merge working calibration to master

Merged Sebastian Hahta requested to merge feature/calib-improvements into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -215,6 +215,7 @@ ExtrinsicCalibrationView::ControlWindow::ControlWindow(nanogui::Widget* parent,
@@ -215,6 +215,7 @@ ExtrinsicCalibrationView::ControlWindow::ControlWindow(nanogui::Widget* parent,
bapply_->setFlags(nanogui::Button::Flags::ToggleButton);
bapply_->setFlags(nanogui::Button::Flags::ToggleButton);
bapply_->setPushed(view_->rectify());
bapply_->setPushed(view_->rectify());
bapply_->setChangeCallback([button = bapply_, view = view_](bool v){
bapply_->setChangeCallback([button = bapply_, view = view_](bool v){
 
view->setMode(Mode::VIDEO); // stop capture
view->setRectify(v);
view->setRectify(v);
});
});
Loading