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

How to save Images from bebop forward camera!! #206

Open
LArayane opened this issue Jan 13, 2020 · 2 comments
Open

How to save Images from bebop forward camera!! #206

LArayane opened this issue Jan 13, 2020 · 2 comments

Comments

@LArayane
Copy link

Hi,

Am working on depth observation and I need to save images from bebop forward camera. These images are to be processed offline!! Can anybody help me! Thanks

Rayane

@cesarhcq
Copy link

If you're using ROS, you need to see what's topic from Bebop images, for example:
/bebop/image_raw

You can execute the following command to save all topics from Bebop: $ rosbag record -a

However, if you're intend to save a specific topic, you can run: $ rosbag record /bebop/image_raw/

See more in: Rosbag CommandLine and Rosbag Export Images

@LArayane
Copy link
Author

Thanks for the answer @cesarhcq but it takes a lot of time converting bag file to txt file. maybe for other topics. am intending to save them not for a replay. is there any other way out

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