ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How to extract image of bebop camera to my computer [closed]

asked 2017-04-18 15:41:20 -0500

VinicioSP gravatar image

I'm trying to processing images obtained of bebop 1 camera from my computer, but I can not access the images. Can you help me ? I'm using the autonomy_bebop driver but the documentation does not show me how to get images and then process them.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by VinicioSP
close date 2017-08-07 15:14:25.385794

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-04-19 11:11:17 -0500

jacobperron gravatar image

After running the bebop driver you should get an image_raw topic (use rostopic list). You can also verify the camera feed with the GUI tool rqt_image_view. If you see the image feed, then you can process the image data in your program like any other image topic. See image_transport tutorials.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2017-04-18 15:41:20 -0500

Seen: 818 times

Last updated: Apr 19 '17