From c3168654d6ac7bf16d7ab0b942297d74b3e60692 Mon Sep 17 00:00:00 2001 From: Roger Hardiman Date: Tue, 5 Dec 2000 13:54:17 +0000 Subject: Add vid, a program to capture single frames from USB Cameras using the OV511 chipet. Cameras include * Creative Labs WebCam 3 * D-Link DSB-C300 * Puretek PT-6007 * Koala-Cam * Lifeview RoboCam * AverMedia InterCam Elite * MediaForte MV300 FreeBSD will tell you if you have an OV511 camera at boot time if you have usb and ugen support enabled Obtained from: Peter Housel --- graphics/Makefile | 1 + graphics/vid/Makefile | 23 +++++++++++++++++++++++ graphics/vid/distinfo | 1 + graphics/vid/pkg-comment | 1 + graphics/vid/pkg-descr | 19 +++++++++++++++++++ graphics/vid/pkg-plist | 1 + 6 files changed, 46 insertions(+) create mode 100644 graphics/vid/Makefile create mode 100644 graphics/vid/distinfo create mode 100644 graphics/vid/pkg-comment create mode 100644 graphics/vid/pkg-descr create mode 100644 graphics/vid/pkg-plist diff --git a/graphics/Makefile b/graphics/Makefile index 5527decd2551..0b532032e819 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -196,6 +196,7 @@ SUBDIR += utah-glx SUBDIR += vcdgear SUBDIR += vcg + SUBDIR += vid SUBDIR += whirlgif SUBDIR += wmgrabimage SUBDIR += wmicons diff --git a/graphics/vid/Makefile b/graphics/vid/Makefile new file mode 100644 index 000000000000..0f5033621fe9 --- /dev/null +++ b/graphics/vid/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: vid +# Date created: Tue Dec 5 13:32:13 GMT 2000 +# Whom: Roger Hardiman diff --git a/graphics/vid/distinfo b/graphics/vid/distinfo new file mode 100644 index 000000000000..5b91fabf7544 --- /dev/null +++ b/graphics/vid/distinfo @@ -0,0 +1 @@ +MD5 (vid-1.0.1.tar.gz) = b23adc85c03cc5a21e3574559e6ee88b diff --git a/graphics/vid/pkg-comment b/graphics/vid/pkg-comment new file mode 100644 index 000000000000..9676ff4460cc --- /dev/null +++ b/graphics/vid/pkg-comment @@ -0,0 +1 @@ +Grab images from USB Cameras using the OV511 chipset diff --git a/graphics/vid/pkg-descr b/graphics/vid/pkg-descr new file mode 100644 index 000000000000..c05dc36db0f1 --- /dev/null +++ b/graphics/vid/pkg-descr @@ -0,0 +1,19 @@ +vid is a Image Capture program for USB cameras using the +Omnivision OV511 chipset. + + +These include the + + Creative Labs WebCam 3 + D-Link DSB-C300 + Puretek PT-6007 + Alpha Vision Koala-Cam + Lifeview RoboCam + AverMedia InterCam Elite + MediaForte MV300 + +The program was written by Peter Housel