How to Install uvccapture in Ubuntu 18.04



Install uvccapture by entering the following commands in the terminal:

sudo apt update
sudo apt install uvccapture

Description:

USB UVC Video Class snapshot software

The purpose of this software is to capture an image from a USB webcam at a specified interval, and save it to a JPEG file, no other formats are supported. . Right now this software is really a hack, since still image support is not yet available in the UVC driver. The program continually polls the UVC driver in MJPEG mode, and at a specified interval writes a JPEG header and a single frame to file, creating a JPEG image.

Homepage: http://linux-uvc.berlios.de/

Version: 0.5-4

Section: universe/graphics