tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit c7e7632cba58c495b8756d42279847233e11bbfd
parent f27453e9783bce75d432a348b05fea04c1aa7f28
Author: rbckman <rob@tarina.org>
Date:   Wed,  2 Sep 2020 17:23:46 +0100

hq camera working

Diffstat:
Mtarina.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tarina.py b/tarina.py @@ -2585,7 +2585,7 @@ def stopinterface(camera): def startcamera(lens): camera = picamera.PiCamera() - camera.resolution = (2028, 864) #tested modes 1920x816, 1296x552/578, v2 1640x698, 1640x1232 + camera.resolution = (1920, 816) #tested modes 1920x816, 1296x552/578, v2 1640x698, 1640x1232 #lensshade = '' #npzfile = np.load('lenses/' + lens) #lensshade = npzfile['lens_shading_table']