Changeset - 50a68abd2b0e
[Not reviewed]
default
0 1 0
Drew Perttula - 11 years ago 2014-06-05 07:49:48
drewp@bigasterisk.com
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/picamserve
Show inline comments
 
@@ -145,7 +145,10 @@ class Pics(cyclone.web.RequestHandler):
 
                self.flush()
 

	
 
                fpsReport.frame()
 

	
 
            # another camera request coming in at the same time breaks
 
            # the server. it would be nice if this request could
 
            # let-go-and-reopen when it knows about another request
 
            # coming in
 
            yield captureContinuousAsync(c, resize, onFrame)
 
        except Exception:
 
            traceback.print_exc()
0 comments (0 inline, 0 general)