uvccapture
USB UVC Video Class snapshot software
Install
- All systems
-
curl cmd.cat/uvccapture.sh
- Debian
-
apt-get install uvccapture
- Ubuntu
-
apt-get install uvccapture
- Kali Linux
-
apt-get install uvccapture
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install uvccapture
- Raspbian
-
apt-get install uvccapture
- Dockerfile
- dockerfile.run/uvccapture
uvccapture
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.