This page is for things related to using the Winnov Videum line of video capture cards on the Linux operating system. In particular, Video for Linux Two drivers for Videum cards (and Philips EasyVideo).
There are two video capture drivers, one for the ISA and PCI cards, and another driver for the PCMCIA Videum Traveler camera. The Traveler driver is available at another site. See below.
There is an audio capture and playback driver that works with the
PCI
cards, and some ISA cards.
If you would like to use the drivers, download by clicking on a link below. I suggest taking a peek at the readme file before downloading. Note that there is a different version of the driver for Linux kernel versions 2.2.x and for kernel versions 2.4.x.
These video capture drivers use the Video for Linux
Two API, which does not come with the standard kernel. V4L2 is a
kernel module
that must be installed first. Get the V4L2 videodev.tgz, or,
preferably, videodevX.tgz
file. The contents of this file are necessary to compile and load a
Winnov
driver, so get it and follow the instructions to build and install the
V4L2 base module.
A few small programs that work with the driver are also available at
that site.
| V4L2 Videum ISA/PCI video capture driver | wnv20010429.tgz | 2001-04-29 (48KB) |
| Videum PCI AV audio driver | wnvaud19990921.tgz | 1999-09-21 (10KB) |
| README file for video capture driver | README | Kernel 2.2.x |
| All driver versions | Winnov FTP directory | Kernel 2.2.x |
| V4L2 Videum ISA/PCI audio and video capture drivers | videum-20020910.tgz | 2002-09-10 (63KB) |
| README file for drivers | README | Kernel 2.4.x |
| All driver versions | FTP directory | Kernel 2.4.x |
Log of changes and bug fixes.
Download videodev*.tgz from here.
Download wnv*.tgz
Download wnvaud*.tgz (if you want audio support)
Unpack videodev*.tgz in /usr/src/linux
Unpack wnv*.tgz in /usr/src/linux/drivers/char
Unpack wnvaud*.tgz in /usr/src/linux/drivers/sound (if you want
audio)
Edit your kernel configuration if needed to enable Video for Linux
as a module.
Edit the makefiles in /usr/src/linux/drivers/char and ../sound as
needed.
Build modules and kernel if needed.
Edit /etc/modules.conf to configure the module parameters and enable
automatic module loading.
Make the /dev/... device nodes.
See the readme files in the packages for the details.
Installation Example for Kernel 2.2.
Notes from installing the Winnov drivers and RealProducer and RealServer on a RedHat 6.2 system.
Download and install videodevX from here.
Download videum-??????.tgz
# tar zxvf videum-??????.tgz
# cd videum
# make
# make install
You may want to edit your /etc/modules.conf file.
You may need to add /dev/video* device nodes.
See the README file for details.
Note that I developed this driver myself. Winnov did not develop it, and they do not know anything about it, except that it exists. Winnov helped me with this project by providing me with Videum cards, and some driver source and technical assistance.
If you have problems, questions, comments, you can
email me at
bdirks@pacbell.net,
or post to the winnov.public.unix
newsgroup on news.winnov.com,
or post to the video4linux
mailing list.
Drivers for the PCMCIA Videum Traveler
This driver is based on my ISA/PCI card driver, but was developed at the University of Michigan. See their page at
http://mobility.eecs.umich.edu/software.htm
Here is a copy of the U-Mich driver for kernel 2.2.x on my FTP server.
Here is a copy of the U-Mich driver for kernel 2.4.x on my FTP server.