Open dvalenciar opened 7 years ago
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.
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