Guido van Rossum | db96c5a | 1992-09-03 17:01:36 +0000 | [diff] [blame] | 1 | Demo programs for the SGI Video library for the Indigo (IRIX 4.0.5). |
Guido van Rossum | 44c1f69 | 1992-09-03 17:28:48 +0000 | [diff] [blame] | 2 | |
Guido van Rossum | db96c5a | 1992-09-03 17:01:36 +0000 | [diff] [blame] | 3 | These are more-or-less literal translations of the C programs from the |
Guido van Rossum | 44c1f69 | 1992-09-03 17:28:48 +0000 | [diff] [blame] | 4 | Indigo Video Programming Guide, by Sjoerd Mullender, with some changes |
| 5 | by Guido. |
| 6 | |
| 7 | Note that none of the example programs save any data to a file, |
| 8 | although this would be easy to do (e.g. individual grabbed frames |
| 9 | could be written as SGI image files using the imgfile module). |
| 10 | |
| 11 | We have written a Python program to record live video to file (within |
| 12 | the limits of the Indigo video board), and a suite of programs to |
| 13 | manipulate and display such files. At the moment we don't distribute |
| 14 | these programs, since the file format is, eh..., weird, to say the |
| 15 | least. However, if you are really interested we can mail you the |
| 16 | source. |
| 17 | |
| 18 | Also note that we haven't tried using video *output* yet. |
Guido van Rossum | db96c5a | 1992-09-03 17:01:36 +0000 | [diff] [blame] | 19 | |
| 20 | simpleinput.py Live video in a resizable window |
| 21 | rgbgrab.py Grab still frames |
Guido van Rossum | 44c1f69 | 1992-09-03 17:28:48 +0000 | [diff] [blame] | 22 | contcapt.py Continuous capturing |
Guido van Rossum | db96c5a | 1992-09-03 17:01:36 +0000 | [diff] [blame] | 23 | burstcapt.py Burst capturing |