Changeset - b246e25b0f25
[Not reviewed]
default
0 3 0
Drew Perttula - 9 years ago 2016-06-07 08:17:13
drewp@bigasterisk.com
fix picamserve config
Ignore-this: 78ac977da6486319bc162d2b25cb5149
3 files changed with 4 insertions and 3 deletions:
0 comments (0 inline, 0 general)
light9/vidref/remotepivideo.py
Show inline comments
 
@@ -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
light9/vidref/vidref.html
Show inline comments
 
@@ -29,7 +29,7 @@
 
    <div>Camera view</div>
 
    <div>
 
      <div style="position: relative; display: inline-block">
 
        <img id="cam" src="pic?resize=500&awb_mode=auto&exposure_mode=auto&shutter=100000">
 
        <img id="cam" src="/picamserve/pic?resize=500&awb_mode=auto&exposure_mode=auto&shutter=100000">
 
        <div id="cover" style="position: absolute; left: 0; top: 0; right: 0; bottom: 0;"></div>
 
      </div>
 
    </div>
makefile
Show inline comments
 
@@ -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} 
0 comments (0 inline, 0 general)