How to Install libuvc-dev in Ubuntu 18.04



Install libuvc-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libuvc-dev

Description:

cross-platform library for USB video devices - development files

libuvc is a cross-platform library for USB video devices, built atop libusb. It enables fine-grained control over USB video devices exporting the standard USB Video Class (UVC) interface, enabling developers to write drivers for previously unsupported devices, or just access UVC devices in a generic fashion. . This package contains the files necessary to compile applications using libuvc.

Homepage: https://github.com/ktossell/libuvc

Version: 0.0.6-1

Section: universe/libdevel