diff options
Diffstat (limited to 'Demo/sgi/video/Vrec.py')
-rwxr-xr-x | Demo/sgi/video/Vrec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/video/Vrec.py b/Demo/sgi/video/Vrec.py index 5f6cf6e..867c404 100755 --- a/Demo/sgi/video/Vrec.py +++ b/Demo/sgi/video/Vrec.py @@ -183,7 +183,7 @@ def record(v, info, filename, audiofilename): while not gl.qtest(): try: cd, id = v.GetCaptureData() - except RuntimeError: + except sv.error: time.millisleep(10) # XXX is this necessary? continue id = id + 2*rate |