1 Demo programs for the SGI Video library for the Indigo (IRIX 4.0.5).
3 These are more-or-less literal translations of the C programs from the
4 Indigo Video Programming Guide, by Sjoerd Mullender, with some changes
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).
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
18 Also note that we haven't tried using video *output* yet.
20 simpleinput.py Live video in a resizable window
21 rgbgrab.py Grab still frames
22 contcapt.py Continuous capturing
23 burstcapt.py Burst capturing