How to stream gazebo camera into openCV
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?