home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pyos2bin.zip / Demo / sgi / sv / README < prev    next >
Text File  |  1992-09-03  |  967b  |  24 lines

  1. Demo programs for the SGI Video library for the Indigo (IRIX 4.0.5).
  2.  
  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
  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.
  19.  
  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
  24.