Rev 1169 | Rev 1424 | 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 | |||
8 | Last update 27/05/2003 |
||
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. |
||
1174 | giacomo | 20 | The GRX driver is used to |
1169 | giacomo | 21 | visualize the grabbed images. |
22 | |||
23 | See also drivers/bttv/readme |
||
24 | |||
25 | drivers/bttv/fgman-it.txt is the |
||
26 | italian manual |
||
27 | |||
28 | -------------------------------------- |
||
29 | |||
30 | The demo is composed by: |
||
31 | |||
32 | MAKEFILE The makefile used to compile the application |
||
33 | README.TXT This file |
||
34 | INITFILE.C The init file |
||
35 | BTTV.C The BTTV Demo |
||
36 | |||
37 | -------------------------------------- |
||
38 |