I'm using a Jetson TX1 board running indigo and trying to install usb_cam. I got it from github into my src folder. However, when I try to use
catkin_make
I get CMake Errors where it cannot find the packages libavcodec
and libswscale
. I searched online for these packages and only found versions of these packages that have other things like dev or numbers appended to the end. I installed a few to try it out but the error persists. How can I get those individual packages?