VideoRecorder.hh
This library is part of the Gazebo project.
The EntityComponentManager constructs, deletes, and returns components and entities....
Definition: gz/sim/EntityComponentManager.hh:66
void OnStop()
Callback when video record stop request is received.
Information passed to systems on the update callback.
Definition: include/gz/sim/Types.hh:38
Provides video recording cababilities to the 3D scene.
Definition: VideoRecorder.hh:32
void OnCancel()
Callback when user cancels saving the recorded video.
bool eventFilter(QObject *_obj, QEvent *_event) override
void Update(const UpdateInfo &_info, EntityComponentManager &_ecm) override
Update callback called every time the system is stepped. This is called at an Ignition transport thre...
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