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

How to stream gazebo camera into openCV

asked 2021-02-13 06:15:49 -0500

nile.shaw gravatar image

I have followed this tutorial to simulate IRIS quad copter in gazebo and control it using dronekit on python.

https://ardupilot.org/dev/docs/using-...

I read my webcam stream using openCV's 'cap = cv2.VideoCapture(0) '

How to make this function read the simulated camera on the iris quadcopter?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2021-02-25 22:51:49 -0500

loguna gravatar image

For me I ususlly use a "libgazebo_ros_camera.so" plugin to capture Gazebo images and publish to a Ros topic.

Afterwards, obtain the Image via Ros topic and use Cv_Bridge to turn the image into OpenCV friendly.

edit flag offensive delete link more
0

answered 2021-02-15 13:33:43 -0500

msantos gravatar image

You shall use cv_bridge to convert the Gazebo Image topics into OpenCV freindly image frames. I am almost sure, OpcenCV by itself won't detect Gazebo Topics as a streaming source.

You can find out more here, and in this question from myself, with a sample code.

Hope you can manage to do it.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2021-02-13 06:15:49 -0500

Seen: 2,446 times

Last updated: Feb 25 '21