diff options
author | Guido van Rossum <guido@python.org> | 1992-09-03 17:28:48 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-09-03 17:28:48 (GMT) |
commit | 44c1f698a5e62065d4c41a742b95456c649e2191 (patch) | |
tree | f8f38408aa4a696ba9330e3bd5d777521e543328 /Demo | |
parent | db96c5a7d9e3b7f7d84e98fe95003b61d7be72f6 (diff) | |
download | cpython-44c1f698a5e62065d4c41a742b95456c649e2191.zip cpython-44c1f698a5e62065d4c41a742b95456c649e2191.tar.gz cpython-44c1f698a5e62065d4c41a742b95456c649e2191.tar.bz2 |
Added more info
Diffstat (limited to 'Demo')
-rw-r--r-- | Demo/sgi/sv/README | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/Demo/sgi/sv/README b/Demo/sgi/sv/README index ac0d497..38e5140 100644 --- a/Demo/sgi/sv/README +++ b/Demo/sgi/sv/README @@ -1,9 +1,23 @@ Demo programs for the SGI Video library for the Indigo (IRIX 4.0.5). + These are more-or-less literal translations of the C programs from the -Indigo Video Programming Guide, by Sjoerd Mullender, with minor -changes by Guido. +Indigo Video Programming Guide, by Sjoerd Mullender, with some changes +by Guido. + +Note that none of the example programs save any data to a file, +although this would be easy to do (e.g. individual grabbed frames +could be written as SGI image files using the imgfile module). + +We have written a Python program to record live video to file (within +the limits of the Indigo video board), and a suite of programs to +manipulate and display such files. At the moment we don't distribute +these programs, since the file format is, eh..., weird, to say the +least. However, if you are really interested we can mail you the +source. + +Also note that we haven't tried using video *output* yet. simpleinput.py Live video in a resizable window rgbgrab.py Grab still frames -contcapt.py Continuous capturing (to a window) +contcapt.py Continuous capturing burstcapt.py Burst capturing |