Skip to content
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

capture video/image of rviz #1065

Open
Nitinsn29 opened this issue Sep 22, 2023 · 1 comment
Open

capture video/image of rviz #1065

Nitinsn29 opened this issue Sep 22, 2023 · 1 comment

Comments

@Nitinsn29
Copy link

I'm currently working on a project that involves capturing video from an RViz instance in ROS2 Galactic. I have two potential approaches in mind, and I'm seeking guidance on which one to pursue or if there are alternative methods:

Connecting to RViz: Is there a recommended way to develop a ROS2 node to connect to a specific RViz instance and capture its video feed?

Accessing RViz's "File -> Save Image" Function: after connecting to a specific RViz, is it possible to access RViz's "File -> Save Image" functionality programmatically to capture images and then compile them into a video?

Creating a Custom Plugin: Should I create a custom RViz plugin to facilitate video capture directly within RViz?

I'd greatly appreciate any insights or recommendations regarding the best approach to achieve this video capture functionality within ROS2 Galactic. Thank you!

@alalemp
Copy link

alalemp commented Apr 26, 2024

Was looking for same thing.
This guide: https://roboticsknowledgebase.com/wiki/tools/stream-rviz/
Relies on https://github.com/lucasw/rviz_camera_stream which is ROS1 specific. Despite 41 forks, have not found anyone that has ported the plugin to ROS2. And at moment can't squeeze the time to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants