Subversion Repositories shark

Rev

Rev 1174 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1169 giacomo 1
--------------------------------------
2
BTTV Frame Grabber Demo
3
 
4
by
5
 
6
Giacomo Guidi	<giacomo@gandalf.sssup.it>
7
 
8
Last update 27/05/2003
9
--------------------------------------
10
 
11
This is a simple demo for the BTTV driver.
12
It starts the frame grabber at 25 fps 320x200.
13
The SVGA driver (default VESA) is used to
14
visualize the grabbed images.
15
 
16
See also drivers/bttv/readme
17
 
18
drivers/bttv/fgman-it.txt is the
19
italian manual
20
 
21
--------------------------------------
22
 
23
The demo is composed by:
24
 
25
MAKEFILE     The makefile used to compile the application
26
README.TXT   This file
27
INITFILE.C   The init file
28
BTTV.C       The BTTV Demo
29
 
30
--------------------------------------
31