summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/sv/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-09-17 20:55:57 (GMT)
committerGuido van Rossum <guido@python.org>2002-09-17 20:55:57 (GMT)
commitb0c87b956c81e30a9f3b3d393d1442f63c2dbfc3 (patch)
treecbd117574482176b4a7277ed5f30dc3e00050623 /Demo/sgi/sv/README
parent4cb22048515deb55fdf46775400da9c841706248 (diff)
downloadcpython-b0c87b956c81e30a9f3b3d393d1442f63c2dbfc3.zip
cpython-b0c87b956c81e30a9f3b3d393d1442f63c2dbfc3.tar.gz
cpython-b0c87b956c81e30a9f3b3d393d1442f63c2dbfc3.tar.bz2
Remove the SGI demos. These were all ancient and nobody cared enough.
Diffstat (limited to 'Demo/sgi/sv/README')
-rw-r--r--Demo/sgi/sv/README23
1 files changed, 0 insertions, 23 deletions
diff --git a/Demo/sgi/sv/README b/Demo/sgi/sv/README
deleted file mode 100644
index 38e5140..0000000
--- a/Demo/sgi/sv/README
+++ /dev/null
@@ -1,23 +0,0 @@
-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 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
-burstcapt.py Burst capturing