This is a wrapper around libuvc
the USB video class, for USB-connected cameras.
Install pyuvc and all its dependencies:
sudo apt-get install libusb-1.0 cython
- Install libturbojpeg from source (there are some related packages available, but not the one libuvc depends on)
wget -O libjpeg-turbo.tar.gz https://sourceforge.net/projects/libjpeg-turbo/files/1.5.1/libjpeg-turbo-1.5.1.tar.gz/download
tar xvzf libjpeg-turbo.tar.gz
cd libjpeg-turbo-1.5.1