summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/Vrecb.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed use of aifc module.Sjoerd Mullender1993-12-221-9/+5
|
* Uniformly replaced init() functions by __init__() constructors.Guido van Rossum1993-12-171-3/+3
| | | | | A few simple things seem to work, I haven't tested it thouroughly though...
* Disconnect from VCR when switching modes.Guido van Rossum1993-05-101-5/+46
| | | | | Wait for VCR ready and set VCR mode to DNR when initializing VCR. Fix type error in getfloat().
* Vrec.py, Vrecb.py:Guido van Rossum1993-02-251-6/+11
| | | | | | | | | | | - call v.SetParam() after v.BindGLWindow() - turn of dithering in mono/grey mode - use prefposition to place the top left corner at (150, 150) (so that the video remains visible during recording) - default width is 256 Vcopy.py: correct typos; more verbose output. OldVcopy.py: new name for Jack's old grabbing Vcopy.py. Vstat.py: print values of all video parameters.
* Added audio recording to VrecbJack Jansen1993-02-241-6/+76
|
* Vrec.py: don't print Ids if no frames are captured.Guido van Rossum1993-02-151-5/+11
| | | | Vrecb.py: use the new interfaces to imageop (fix -M, -m, -g options).
* Added usage() and help() to Vrecb, and turn on -f by default.Guido van Rossum1993-02-051-52/+82
| | | | Removed duplicate description of -r option from documentation file.
* Renamed Vrecc to Vrecb (*b*urst mode capture).Guido van Rossum1992-12-231-0/+281