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

James Bowman's profile - activity

2011-07-06 22:37:18 -0500 received badge  Nice Answer (source)
2011-06-20 09:38:24 -0500 received badge  Teacher (source)
2011-06-20 06:08:21 -0500 received badge  Supporter (source)
2011-06-20 05:49:32 -0500 answered a question OpenCV VideoCapture Not Working in Diamondback?

Hi all, the ROS opencv packge (opencv2) does not build the video interface options - we took this decision early because of the fragility of the OpenCV video capture and I/O code.

In use this tends not to be a problem because we usually source images via ROS, and use cv_bridge to import images (or sequences of images for video) into OpenCV.