# HG changeset patch # User Drew Perttula # Date 2014-06-05 07:49:48 # Node ID 50a68abd2b0ec7d08b518370870115e213026f16 # Parent 95b03a865879d16b38283528652ce910f8d7604e comment Ignore-this: dd6216479fa438813e84869f94e15efa diff --git a/bin/picamserve b/bin/picamserve --- a/bin/picamserve +++ b/bin/picamserve @@ -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()