VideoRecorder.hh
This library is part of the Ignition Robotics project.
void OnStop()
Callback when video record stop request is received.
Provides buttons for starting and stopping video recording.
Definition: VideoRecorder.hh:32
void OnCancel()
Callback when user cancels saving the recorded video.
void OnStart(const QString &_format)
Callback when video record start request is received.
void OnSave(const QString &_url)
Callback when user selects a path to save the recorded video.
void LoadConfig(const tinyxml2::XMLElement *_pluginElem) override