bebop_autonomy icon indicating copy to clipboard operation
bebop_autonomy copied to clipboard

Multiple frames camara

Open dvalenciar opened this issue 8 years ago • 1 comments

hello all I need to read multiple frames from the camera, in order to process and make a specific application to avoid obstacles, but so far I can not. Any idea o suggestion to read and store consecutive frames for the bebot camera? I am using OpenCV python and ros indigo

dvalenciar avatar Oct 23 '17 02:10 dvalenciar

If you want to read images from the video feed (not onboard stored images) and run opencv python processing, I suggest using the cv_bridge ROS package and following their python tutorial. This tutorial is what I have based my code on to read, process, and store images from the bebop camera.

thomas-bamford avatar Oct 30 '17 02:10 thomas-bamford