$ rosinstall_generator usb_cam --rosdistro indigo --deps --wet-only --exclude roslisp --tar > ./usb_cam.rosinstall`
$ wstool merge -t ~/catkin_ws/src --merge-replace ./usb_cam.rosinstall
$ rosdep install --from-paths ~/catkin_ws/src --ignore-src --rosdistro indigo -y -r --os=debian:jessie
$ catkin_make
-- Could not find the required component 'dynamic_reconfigure'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /home/pi/catkin_ws/devel/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by
"dynamic_reconfigure" with any of the following names:
dynamic_reconfigureConfig.cmake
dynamic_reconfigure-config.cmake
Add the installation prefix of "dynamic_reconfigure" to CMAKE_PREFIX_PATH
or set "dynamic_reconfigure_DIR" to a directory containing one of the above
files. If "dynamic_reconfigure" provides a separate development package or
SDK, be sure it has been installed.
Call Stack (most recent call first):
image_view/CMakeLists.txt:4 (find_package)
catkin_make -DCATKIN_WHITELIST_PACKAGES="image_view"