-
Notifications
You must be signed in to change notification settings - Fork 173
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
[jsk_rviz_plugins/video_capture] Fix frame rate #745
Comments
is this feature request? |
@knorth55 It's a bug report. Unfortunately, I don't have time at the moment to look into it. |
In current implementation, a captured image is written to output video at every rendering loop on rviz. A possible solution is to create ros::WallTimer and write images to video in the callback. How about using an external screencast tool like kazam? |
@YutoUchimi Thanks for your insights on the current implementation. In the end, I used a screencast tool with a lot of manual work. I had a folder of about 200 rosbags which I wanted to compare. They need the exact same resolution, perspective and frame rate. Doing this manually was quite time-consuming. For normal graphs, I implemented my own |
Some frames seem to be dropped and thus the video plays much faster than how reality happened.
The text was updated successfully, but these errors were encountered: