1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: uvccapture
Section: graphics
Priority: optional
Maintainer: Andrew Starr-Bochicchio <asb@debian.org>
Build-Depends: debhelper (>= 9), libjpeg-dev
Standards-Version: 3.9.4
Homepage: http://linux-uvc.berlios.de/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/uvccapture.git;a=summary
Vcs-Git: git://git.debian.org/git/collab-maint/uvccapture.git
Package: uvccapture
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
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.
|