Update header
git-svn-id: file:///home/svn/framework3/trunk@11085 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
d608db778c
commit
3c1af11268
|
@ -1,4 +1,6 @@
|
|||
# $Id$
|
||||
# $Id$
|
||||
# $Revision$
|
||||
# Author: scriptjunkie
|
||||
#
|
||||
# Simplify running webcam, whether grabbing a single frame or running
|
||||
# a continous loop.
|
||||
|
@ -86,6 +88,7 @@ begin
|
|||
select(nil, nil, nil, interval/1000.0)
|
||||
end
|
||||
end
|
||||
rescue ::Interrupt
|
||||
rescue ::Exception => e
|
||||
print_error("Error getting frame: #{e.class} #{e} #{e.backtrace}")
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue