-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add video recorder tutorial #438
Conversation
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just some minor comments.
Signed-off-by: Ian Chen <[email protected]>
tutorials/video_recorder.md
Outdated
## Using the video recorder plugin | ||
|
||
Ignition Gazebo offers a video recorder tool for recording videos from the 3D | ||
Scene. The tool is available as a GUI plugin. To open this plugin, first launch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Scene. The tool is available as a GUI plugin. To open this plugin, first launch | |
scene. The recorder tool is available as a GUI plugin. To open this plugin, first launch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tutorials/video_recorder.md
Outdated
a flashing video recorder icon. At anytime that you wish to stop recording, | ||
click on the flashing icon and select `Stop`. A file dialog window should pop up | ||
and let you select the path to save the recorded video in. Save the file and | ||
make sure to also include the file extension in the filename. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Manually specifying the file extension is not required, right? I think John fixed this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep just verified that it works without specifying the extension. bdee780
tutorials/video_recorder.md
Outdated
make sure to also include the file extension in the filename. | ||
|
||
Playback the video you just saved and you should notice that the resolution | ||
of the video is based on the size of your 3D Scene window. So if you wish |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
of the video is based on the size of your 3D Scene window. So if you wish | |
of the video is based on the size of your 3D scene window. So if you wish |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tutorials/video_recorder.md
Outdated
`video_record_dbl_pendulum.sdf` demo world, the GUI configurations are embedded | ||
in the world SDF file so you will need to download a copy of the | ||
[sdf file](https://raw.githubusercontent.com/ignitionrobotics/ign-gazebo/ign-gazebo3/examples/worlds/video_record_dbl_pendulum.sdf). | ||
and modify the GUI configuration in that file. On the other hand, if launched |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and modify the GUI configuration in that file. On the other hand, if launched | |
and modify the GUI configuration in that file. On the other hand, if you launched |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Ian Chen <[email protected]>
Add video recorder tutorial with description of the sim time and lock step features added in pull request #414 and #419