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 <housel@acm.org>
This commit is contained in:
Roger Hardiman 2000-12-05 13:54:17 +00:00
parent c16dfa56d5
commit c3168654d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35679
6 changed files with 46 additions and 0 deletions

View File

@ -196,6 +196,7 @@
SUBDIR += utah-glx
SUBDIR += vcdgear
SUBDIR += vcg
SUBDIR += vid
SUBDIR += whirlgif
SUBDIR += wmgrabimage
SUBDIR += wmicons

23
graphics/vid/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: vid
# Date created: Tue Dec 5 13:32:13 GMT 2000
# Whom: Roger Hardiman <roger@freebsd.org?
#
# $FreeBSD$
#
PORTNAME= vid
PORTVERSION= 1.0.1
CATEGORIES= graphics
MASTER_SITES= http://members.home.com/housel/
MAINTAINER= roger@freebsd.org
# The port does not understand 'make all' or 'make install'
# so change the 'all_target' to be empty and use our own do-install handler.
ALL_TARGET=
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vid ${PREFIX}/bin
.include <bsd.port.mk>

1
graphics/vid/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (vid-1.0.1.tar.gz) = b23adc85c03cc5a21e3574559e6ee88b

1
graphics/vid/pkg-comment Normal file
View File

@ -0,0 +1 @@
Grab images from USB Cameras using the OV511 chipset

19
graphics/vid/pkg-descr Normal file
View File

@ -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 <housel@acm.org) and
is heavily based on the Linux OV511 driver from http://alpha.dyndns.org/ov511/
WWW: http://members.home.com/housel/

1
graphics/vid/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/vid