bebop_autonomy icon indicating copy to clipboard operation
bebop_autonomy copied to clipboard

bebop_autonomy + opencv

Open shaarkrat2 opened this issue 7 years ago • 2 comments

hello!

i'm trying to import the video stream from my drone bebop2 (using ros kinetic and bebop_autonomy) to opencv

i'm connecting to the drone using the command $ roslaunch bebop_tools bebop_nodelet_iv.launch

this command allows me to connect to the drone and to get the video stream in a new windows, but i can't import that stream in opencv.

I've installed opencv_bridge ( $ sudo apt-get install ros-kinetic-cv-bridge ) but I can't use it. Does anyone know how to get the video stream in opencv?

Thanks

shaarkrat2 avatar Oct 01 '18 09:10 shaarkrat2

Tutorials on using the cv_bridge package for coding in C++ and Python. For one of my projects I use a modified version of the Python example.

thomas-bamford avatar Oct 01 '18 14:10 thomas-bamford

I doesn't understand how the cv bridge work Do I have to create a new nodlet and suscribe to the video stream?

shaarkrat2 avatar Oct 01 '18 15:10 shaarkrat2