Subversion Repositories shark

Rev

Rev 1174 | Go to most recent revision | Details | Compare with Previous | 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
 
1424 giacomo 8
Last update 05/05/2004
1169 giacomo 9
--------------------------------------
1174 giacomo 10
Ex:
1169 giacomo 11
 
1174 giacomo 12
x bttv [channel number]
13
 
14
if the channel is not specified 0 is taken.
15
If you don't see a grabbed image, you
16
can try to set a channel number from 1 to 4.
17
 
1169 giacomo 18
This is a simple demo for the BTTV driver.
19
It starts the frame grabber at 25 fps 320x200.
20
 
21
See also drivers/bttv/readme
22
 
23
--------------------------------------
24
 
25
The demo is composed by:
26
 
27
MAKEFILE     The makefile used to compile the application
28
README.TXT   This file
29
INITFILE.C   The init file
30
BTTV.C       The BTTV Demo
31
 
32
--------------------------------------
33