commit f27453e9783bce75d432a348b05fea04c1aa7f28
parent 767d4042bc4cdfbfe50301625c2290cce2845936
Author: rbckman <rob@tarina.org>
Date: Wed, 2 Sep 2020 15:21:38 +0100
hq camera test settings
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/install.sh b/install.sh
@@ -54,7 +54,7 @@ sudo pip3 install blessed
echo "installing rwb27s openflexure microscope fork of picamera with lens shading correction..."
sudo pip3 --no-cache-dir install https://github.com/chrisruk/picamera/archive/hq-camera-new-framerates.zip --upgrade
echo "installing web.py for the tarina webserver..."
-sudo pip3 install web.py==0.40-dev1
+sudo pip3 install web.py==0.61
if grep -q -F '#tarina-rpi-configuration-1.0' /boot/config.txt
then
diff --git a/tarina.py b/tarina.py
@@ -2585,7 +2585,7 @@ def stopinterface(camera):
def startcamera(lens):
camera = picamera.PiCamera()
- camera.resolution = (2028, 863) #tested modes 1920x816, 1296x552/578, v2 1640x698, 1640x1232
+ camera.resolution = (2028, 864) #tested modes 1920x816, 1296x552/578, v2 1640x698, 1640x1232
#lensshade = ''
#npzfile = np.load('lenses/' + lens)
#lensshade = npzfile['lens_shading_table']