diff bin/picamserve @ 1105:0440fb0f458b

add rotation param to vidref Ignore-this: 3c36bede3d3f7b18e3e26d2c5b2722ef
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 10 Jun 2014 05:49:36 +0000
parents 087f6cbe4b22
children 95dfce5c12ce
line wrap: on
line diff
--- a/bin/picamserve	Mon Jun 09 07:30:23 2014 +0000
+++ b/bin/picamserve	Tue Jun 10 05:49:36 2014 +0000
@@ -36,6 +36,7 @@
     c.exposure_compensation= int(arg('exposure_compensation', 0))
     c.awb_gains = (float(arg('redgain', 1)), float(arg('bluegain', 1)))
     c.ISO = int(arg('iso', 250))
+    c.rotation = int(arg('rotation', '0'))
 
 def setupCrop(c, arg):
     c.crop = (float(arg('x', 0)), float(arg('y', 0)),