From 7798e1ca7f9f83c3a17916a767339a05720b6a82 Mon Sep 17 00:00:00 2001 From: Stefal Date: Tue, 14 Oct 2025 20:50:16 +0200 Subject: [PATCH] Add 8K support Add 8K frame for Gopro Max 2 --- max2sphere.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/max2sphere.c b/max2sphere.c index 779adf6..1abbea6 100755 --- a/max2sphere.c +++ b/max2sphere.c @@ -11,8 +11,8 @@ PARAMS params; // These are known frame templates // The appropriate one to use will be auto detected, error is none match -#define NTEMPLATE 2 -FRAMESPECS template[NTEMPLATE] = {{4096,1344,1376,1344,32,5376},{2272,736,768,736,16,2944}}; +#define NTEMPLATE 3 +FRAMESPECS template[NTEMPLATE] = {{4096,1344,1376,1344,32,5376},{2272,736,768,736,16,2944},{5888,1920,1984,1920,32,7680}}; int whichtemplate = -1; // Which frame template do we thnk we have // Lookup table