Subversion Repositories shark

Rev

Rev 1169 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

--------------------------------------
BTTV Frame Grabber Demo

by

Giacomo Guidi   <giacomo@gandalf.sssup.it>

Last update 27/05/2003
--------------------------------------
Ex:

x bttv [channel number]

if the channel is not specified 0 is taken.
If you don't see a grabbed image, you
can try to set a channel number from 1 to 4.

This is a simple demo for the BTTV driver.
It starts the frame grabber at 25 fps 320x200. 
The GRX driver is used to
visualize the grabbed images.

See also drivers/bttv/readme

drivers/bttv/fgman-it.txt is the
italian manual

--------------------------------------

The demo is composed by:

MAKEFILE     The makefile used to compile the application
README.TXT   This file
INITFILE.C   The init file
BTTV.C       The BTTV Demo

--------------------------------------