changeset 1091:50a68abd2b0e

comment Ignore-this: dd6216479fa438813e84869f94e15efa
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 05 Jun 2014 07:49:48 +0000
parents 95b03a865879
children 06d501e11656
files bin/picamserve
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/picamserve	Thu Jun 05 07:42:58 2014 +0000
+++ b/bin/picamserve	Thu Jun 05 07:49:48 2014 +0000
@@ -145,7 +145,10 @@
                 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()