From ac679916bd0e5d352864c59d817f1b4ff8a8face Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Wed, 24 Jan 2018 23:35:13 +1030 Subject: [PATCH] Update SHSSP 2018 code. --- tx/shssp2018.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tx/shssp2018.py b/tx/shssp2018.py index f13bad7..cac3920 100644 --- a/tx/shssp2018.py +++ b/tx/shssp2018.py @@ -114,8 +114,8 @@ except Exception as e: # Initialise PiCam, using default capture and transmit resolution. picam = WenetPiCam.WenetPiCam(callsign=global_callsign, - src_resolution=(1920,1088), - tx_resolution=(1920,1088), + src_resolution=(3280,2464), + tx_resolution=(1488,1120), num_images=1, # Only capture one image at a time. debug_ptr=tx.transmit_text_message, vertical_flip=True,