From e342927d770b9a545d25f74c580cff0c45a57b9d Mon Sep 17 00:00:00 2001 From: brindosch Date: Thu, 1 Sep 2016 16:20:53 +0200 Subject: [PATCH] Update hyperion.config.json.commented --- config/hyperion.config.json.commented | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/hyperion.config.json.commented b/config/hyperion.config.json.commented index 34266542..e89c0de6 100644 --- a/config/hyperion.config.json.commented +++ b/config/hyperion.config.json.commented @@ -160,6 +160,7 @@ /// * sizeDecimation : Size decimation factor [default=8] /// * priority : Hyperion priority channel [default=900] /// * mode : 3D mode to use 2D/3DSBS/3DTAB (note: no autodetection) [default="2D"] + /// * useKodiChecker : Enable/disable V4L2 according kodichecker sate if set to true [default=false] /// * cropLeft : Cropping from the left [default=0] /// * cropRight : Cropping from the right [default=0] /// * cropTop : Cropping from the top [default=0] @@ -180,6 +181,7 @@ "sizeDecimation" : 8, "priority" : 890, "mode" : "2D", + "useKodiChecker" : false, "cropLeft" : 0, "cropRight" : 0, "cropTop" : 0,