add MP4Encoder class and test timelapse exporting
This commit is contained in:
@@ -729,20 +729,20 @@ void App::init_menu_tools()
|
||||
|
||||
popup_time->find<NodeButtonCustom>("timelapse-start")->on_click = [this, popup_time, popup_exp](Node*) {
|
||||
rec_running ? rec_stop() : rec_start();
|
||||
popup_time->destroy();
|
||||
popup_exp->destroy();
|
||||
popup_time->destroy();
|
||||
};
|
||||
|
||||
popup_time->find<NodeButtonCustom>("timelapse-clear")->on_click = [this, popup_time, popup_exp](Node*) {
|
||||
rec_clear();
|
||||
popup_time->destroy();
|
||||
popup_exp->destroy();
|
||||
popup_time->destroy();
|
||||
};
|
||||
|
||||
popup_time->find<NodeButtonCustom>("timelapse-export")->on_click = [this, popup_time, popup_exp](Node*) {
|
||||
popup_time->destroy();
|
||||
popup_exp->destroy();
|
||||
rec_export("");
|
||||
popup_exp->destroy();
|
||||
popup_time->destroy();
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user