Guido van Rossum
0efafb39da
Rot out all uses of time.milli*().
...
Slightly improve debug output.
1993-12-28 21:36:18 +00:00
Sjoerd Mullender
d6b9ce961e
Fixed use of aifc module.
1993-12-22 11:44:49 +00:00
Guido van Rossum
21a3ff9d5d
Uniformly replaced init() functions by __init__() constructors.
...
A few simple things seem to work, I haven't tested it thouroughly
though...
1993-12-17 15:11:41 +00:00
Guido van Rossum
f48b419a07
Fix syntax error (sorry!)
1993-03-02 12:16:56 +00:00
Guido van Rossum
0caf46b6cc
VFile: fix c0bits etc. after setformat; Vrec.py: use setformat; rm Makefile.
1993-03-02 12:07:34 +00:00
Guido van Rossum
85f7bd5251
Vrec.py, Vrecb.py:
...
- 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.
1993-02-25 16:10:16 +00:00
Guido van Rossum
852cc22bd3
Vrec.py: don't print Ids if no frames are captured.
...
Vrecb.py: use the new interfaces to imageop (fix -M, -m, -g options).
1993-02-15 17:33:36 +00:00
Guido van Rossum
ec706ada62
Added usage message, minor cosmetic changes
1992-12-24 11:39:00 +00:00
Jack Jansen
6bc8c7f3e2
Added mono, grey2 and grey4 formats
1992-12-23 15:37:20 +00:00
Guido van Rossum
9533ebe857
Band-aid to fix it for new argument passing rules.
1992-12-14 12:29:43 +00:00
Jack Jansen
3b25371ef1
Changes for supporting monochrome and greyscale video (not yet fully
...
functional)
1992-12-14 12:25:21 +00:00
Guido van Rossum
ff3da0502f
Microscopic changes, comments/messages changed.
...
Real important: turn off FIELDDROP in Vrec.
1992-12-09 22:16:35 +00:00
Guido van Rossum
42e07afe3d
Vrec.py: sv now raises sv.error instead of RuntimeError.
...
VFile.py: support for showing partial frames.
1992-09-22 15:01:43 +00:00
Guido van Rossum
32517f9427
Remove PAL dependencies; add -w option (initial window width);
...
add stepunit(8, 6) call.
1992-09-04 13:26:59 +00:00
Guido van Rossum
62f6bc8e55
Adapted to new video library -- different capture interface, no bugs.
...
Also use locks and Queues for communication with other threads.
1992-09-03 16:56:04 +00:00
Guido van Rossum
e0be2b36b6
Added a clear() method to VFile class, to be called when the window
...
receives a REDRAW event
1992-09-01 14:45:57 +00:00
Guido van Rossum
8a861be7f3
Add audio recording
1992-08-20 14:46:46 +00:00
Guido van Rossum
180924d575
Initial revision
1992-08-20 11:46:28 +00:00