Rev 1424 | 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 | |||
1433 | giacomo | 8 | Last update 12/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 |
||
1433 | giacomo | 16 | can try to set a channel number from 0 to 4. |
1174 | giacomo | 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 | -------------------------------------- |
||
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 |