Hi Burt,
Just an FYI that the ROS By Example code was written and tested against ROS Indigo, OpenCV 2.4 and Ubuntu 14.04. So if you are using ROS Kinetic, Ubuntu 16.04 or OpenCV 3, you are likely going to run into trouble.
For issue 1, I would post your problem to answers.ros.org with the exact error messages you are getting together with your setup (version of Ubuntu, ROS and OpenCV). Alternatively, post an issue on the usb_cam Github at https://github.com/bosch-ros-pkg/usb_cam/issues. Note that the usb_cam Wiki page does not yet indicate Kinetic support if that is what you are using.
Yes, you might try libuvc_camera but I
see support only up to ROS Indigo so again you might run into
trouble if you are using Kinetic.
Regarding issue 2, support for a dynamically configurable data_skip parameter depends on the camera driver. The OpenNI and Freenect drivers include this parameter for depth cameras but the usb_cam driver appears not to.
Hope that helps!
--patrick
-- The Pi Robot Project http://www.pirobot.org/wordpress
--
You received this message because you are subscribed to the Google Groups "ros-by-example" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ros-by-exampl...@googlegroups.com.
Visit this group at https://groups.google.com/group/ros-by-example.
For more options, visit https://groups.google.com/d/optout.
Hi Burt,
Thanks for the clarification on the version of ROS you are using. BTW, was there a specific reason you are using OpenCV 3 instead of 2.4?
--patrick
Hi Burt,
Thanks for the feedback. Good to know you were able to get things working without too much trouble.
--patrick