From 510b8b86a9b7073e29a0bc6a128584e5be72a1b6 Mon Sep 17 00:00:00 2001 From: SputnikElf Date: Tue, 31 Dec 2019 14:58:49 +0100 Subject: [PATCH] Missing new paramneters for GrabberFix --- config/hyperion.config.json.default | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/hyperion.config.json.default b/config/hyperion.config.json.default index f56d955a..bfdde3cc 100644 --- a/config/hyperion.config.json.default +++ b/config/hyperion.config.json.default @@ -73,7 +73,11 @@ "sDVOffsetMin" : 0.25, "sDHOffsetMin" : 0.25, "sDVOffsetMax" : 0.75, - "sDHOffsetMax" : 0.75 + "sDHOffsetMax" : 0.75, + "grabberFix" : false, + "gFVType" : "UYVY", + "gFWidth" : 1280, + "gFHeight" : 720 }, "framegrabber" :