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

Revision history [back]

click to hide/show revision 1
initial version

There are two common causes for problems like this:

  1. You don't have the uvc_camera package installed. Try installing it by using sudo apt-get install ros-hydro-uvc-camera
  2. You've checked out the uvc_camera package from source, but haven't compiled it. Either compile it, or remove it from your workspace and install it through apt (see #1)