Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44c1f69

Browse files
committed
Added more info
1 parent db96c5a commit 44c1f69

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

Demo/sgi/sv/README

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
Demo programs for the SGI Video library for the Indigo (IRIX 4.0.5).
2+
23
These are more-or-less literal translations of the C programs from the
3-
Indigo Video Programming Guide, by Sjoerd Mullender, with minor
4-
changes by Guido.
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.
519

620
simpleinput.py Live video in a resizable window
721
rgbgrab.py Grab still frames
8-
contcapt.py Continuous capturing (to a window)
22+
contcapt.py Continuous capturing
923
burstcapt.py Burst capturing

0 commit comments

Comments
 (0)