diff --git a/light9/vidref/remotepivideo.py b/light9/vidref/remotepivideo.py --- a/light9/vidref/remotepivideo.py +++ b/light9/vidref/remotepivideo.py @@ -46,6 +46,7 @@ class Pipeline(object): 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 --git a/light9/vidref/vidref.html b/light9/vidref/vidref.html --- a/light9/vidref/vidref.html +++ b/light9/vidref/vidref.html @@ -29,7 +29,7 @@
Camera view
- +
diff --git a/makefile b/makefile --- a/makefile +++ b/makefile @@ -81,8 +81,8 @@ raspberry_pi_virtualenv: 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}