# HG changeset patch # User Drew Perttula # Date 1465287433 0 # Node ID b246e25b0f255198149d064fb817f66d50e33c4e # Parent 6b5e079b3dbe7824a9a3ce1dc19d86eecaea8207 fix picamserve config Ignore-this: 78ac977da6486319bc162d2b25cb5149 diff -r 6b5e079b3dbe -r b246e25b0f25 light9/vidref/remotepivideo.py --- a/light9/vidref/remotepivideo.py Tue Jun 07 08:16:22 2016 +0000 +++ b/light9/vidref/remotepivideo.py Tue Jun 07 08:17:13 2016 +0000 @@ -46,6 +46,7 @@ def _startRequest(self, url): self._buffer = '' + log.info('start request to %r', url) d = treq.get(url) d.addCallback(treq.collect, self._dataReceived) # not sure how to stop this diff -r 6b5e079b3dbe -r b246e25b0f25 light9/vidref/vidref.html --- a/light9/vidref/vidref.html Tue Jun 07 08:16:22 2016 +0000 +++ b/light9/vidref/vidref.html Tue Jun 07 08:17:13 2016 +0000 @@ -29,7 +29,7 @@
Camera view
- +
diff -r 6b5e079b3dbe -r b246e25b0f25 makefile --- a/makefile Tue Jun 07 08:16:22 2016 +0000 +++ b/makefile Tue Jun 07 08:17:13 2016 +0000 @@ -81,8 +81,8 @@ virtualenv --system-site-packages env_pi raspberry_pi_packages: - sudo apt-get install python-picamera python-twisted - env_pi/bin/pip install cyclone coloredlogs + sudo apt-get install python-picamera python-dev python-twisted python-virtualenv + env_pi/bin/pip install cyclone 'coloredlogs==1.0.1' darcs_show_checkpoint: darcs add --quiet --recursive ${LIGHT9_SHOW}