From 23a0a7bfb27f871872608866771648980e8e61f0 Mon Sep 17 00:00:00 2001 From: Michal Fratczak Date: Mon, 29 Jun 2020 16:44:52 +0100 Subject: [PATCH] update camera resolution to cam v2 --- camera/camera.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camera/camera.py b/camera/camera.py index d3823c4..1289aae 100644 --- a/camera/camera.py +++ b/camera/camera.py @@ -337,7 +337,7 @@ def CameraLoop(session_dir, opts): # full res photo print("Photo HI") - CAMERA.resolution = (2592, 1944) + CAMERA.resolution = (3280, 2464) SetCameraExif(CAMERA, STATE) CAMERA.annotate_text = '' CAMERA.capture( next_path(photo_hi_dir, 'jpeg'))