diff bin/picamserve @ 1089:2ee97997ee56

vidref now reads from picamserve Ignore-this: 17bc49636b291f6640f2f2a4a8f93e40
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 05 Jun 2014 07:22:29 +0000
parents bb92c50438ed
children 50a68abd2b0e
line wrap: on
line diff
--- a/bin/picamserve	Thu Jun 05 05:54:18 2014 +0000
+++ b/bin/picamserve	Thu Jun 05 07:22:29 2014 +0000
@@ -20,7 +20,7 @@
         def capture_continuous(self, *a, **kw):
             for i in range(1000):
                 time.sleep(1)
-                yield i
+                yield str(i)
 
 def setCameraParams(c, arg):
     res = int(arg('res', 480))