Update header

git-svn-id: file:///home/svn/framework3/trunk@11085 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Matt Weeks 2010-11-22 00:23:56 +00:00
parent d608db778c
commit 3c1af11268
1 changed files with 4 additions and 1 deletions

View File

@ -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