readme

来自「reduced python source for embedded apps」· 代码 · 共 24 行

TXT
24
字号
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 theIndigo Video Programming Guide, by Sjoerd Mullender, with some changesby 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 framescould be written as SGI image files using the imgfile module).We have written a Python program to record live video to file (withinthe limits of the Indigo video board), and a suite of programs tomanipulate and display such files.  At the moment we don't distributethese programs, since the file format is, eh..., weird, to say theleast.  However, if you are really interested we can mail you thesource.Also note that we haven't tried using video *output* yet.simpleinput.py		Live video in a resizable windowrgbgrab.py		Grab still framescontcapt.py		Continuous capturingburstcapt.py		Burst capturing

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?