[libcamera-devel] [RFC PATCH v3 3/4] ipa: raspberrypi: Replace tabs with spaces in tuning data files

Laurent Pinchart laurent.pinchart at ideasonboard.com
Thu Jun 16 17:05:34 CEST 2022


Tuning data files mostly use spaces for indentation, with occasional
stray tabs. Use spaces consistently. This allows parsing the tuning
files with libyaml, preparing to replace the dependency on boost.

Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 src/ipa/raspberrypi/data/imx219.json      |  8 ++++----
 src/ipa/raspberrypi/data/imx219_noir.json | 10 +++++-----
 src/ipa/raspberrypi/data/imx290.json      | 18 +++++++++---------
 src/ipa/raspberrypi/data/imx477.json      |  8 ++++----
 src/ipa/raspberrypi/data/imx477_noir.json | 10 +++++-----
 src/ipa/raspberrypi/data/ov5647.json      | 10 +++++-----
 src/ipa/raspberrypi/data/ov5647_noir.json | 12 ++++++------
 src/ipa/raspberrypi/data/se327m12.json    |  6 +++---
 8 files changed, 41 insertions(+), 41 deletions(-)

diff --git a/src/ipa/raspberrypi/data/imx219.json b/src/ipa/raspberrypi/data/imx219.json
index de59d9363be4..4e24c5d57da1 100644
--- a/src/ipa/raspberrypi/data/imx219.json
+++ b/src/ipa/raspberrypi/data/imx219.json
@@ -189,10 +189,10 @@
                     ]
                 }
             ],
-	    "shadows":
-	    [
-		{
-		    "bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
+            "shadows":
+            [
+                {
+                    "bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
                     [
                         0, 0.17, 1000, 0.17
                     ]
diff --git a/src/ipa/raspberrypi/data/imx219_noir.json b/src/ipa/raspberrypi/data/imx219_noir.json
index 9a3f03ec86f4..1835ec3df63b 100644
--- a/src/ipa/raspberrypi/data/imx219_noir.json
+++ b/src/ipa/raspberrypi/data/imx219_noir.json
@@ -31,7 +31,7 @@
     },
     "rpi.awb":
     {
-	"bayes": 0
+        "bayes": 0
     },
     "rpi.agc":
     {
@@ -121,10 +121,10 @@
                     ]
                 }
             ],
-	    "shadows":
-	    [
-		{
-		    "bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
+            "shadows":
+            [
+                {
+                    "bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
                     [
                         0, 0.17, 1000, 0.17
                     ]
diff --git a/src/ipa/raspberrypi/data/imx290.json b/src/ipa/raspberrypi/data/imx290.json
index 20b45c1684c2..1363bab71340 100644
--- a/src/ipa/raspberrypi/data/imx290.json
+++ b/src/ipa/raspberrypi/data/imx290.json
@@ -29,11 +29,11 @@
     },
     "rpi.awb":
     {
-	"bayes": 0
+        "bayes": 0
     },
     "rpi.agc":
     {
-	"speed": 0.2,
+        "speed": 0.2,
         "metering_modes":
         {
             "matrix":
@@ -150,14 +150,14 @@
     "rpi.ccm":
     {
         "ccms":
-	[
+        [
             {
-		"ct": 3900, "ccm":
-		[
-		    1.54659, -0.17707, -0.36953, -0.51471, 1.72733, -0.21262, 0.06667, -0.92279, 1.85612
-		]
-	    }
-	]
+                "ct": 3900, "ccm":
+                [
+                    1.54659, -0.17707, -0.36953, -0.51471, 1.72733, -0.21262, 0.06667, -0.92279, 1.85612
+                ]
+            }
+        ]
     },
     "rpi.focus":
     {
diff --git a/src/ipa/raspberrypi/data/imx477.json b/src/ipa/raspberrypi/data/imx477.json
index d07febd283ed..0f389661c246 100644
--- a/src/ipa/raspberrypi/data/imx477.json
+++ b/src/ipa/raspberrypi/data/imx477.json
@@ -189,10 +189,10 @@
                     ]
                 }
             ],
-	    "shadows":
-	    [
-		{
-		    "bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
+            "shadows":
+            [
+                {
+                    "bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
                     [
                         0, 0.17, 1000, 0.17
                     ]
diff --git a/src/ipa/raspberrypi/data/imx477_noir.json b/src/ipa/raspberrypi/data/imx477_noir.json
index 7d4fc7dab9fd..a379d780d966 100644
--- a/src/ipa/raspberrypi/data/imx477_noir.json
+++ b/src/ipa/raspberrypi/data/imx477_noir.json
@@ -31,7 +31,7 @@
     },
     "rpi.awb":
     {
-	"bayes": 0
+        "bayes": 0
     },
     "rpi.agc":
     {
@@ -121,10 +121,10 @@
                     ]
                 }
             ],
-	    "shadows":
-	    [
-		{
-		    "bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
+            "shadows":
+            [
+                {
+                    "bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
                     [
                         0, 0.17, 1000, 0.17
                     ]
diff --git a/src/ipa/raspberrypi/data/ov5647.json b/src/ipa/raspberrypi/data/ov5647.json
index 24bc06fb6114..e65f9385d970 100644
--- a/src/ipa/raspberrypi/data/ov5647.json
+++ b/src/ipa/raspberrypi/data/ov5647.json
@@ -189,10 +189,10 @@
                     ]
                 }
             ],
-	    "shadows":
-	    [
-		{
-		    "bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
+            "shadows":
+            [
+                {
+                    "bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
                     [
                         0, 0.17, 1000, 0.17
                     ]
@@ -203,7 +203,7 @@
         [
             0, 0.16, 1000, 0.165, 10000, 0.17
         ],
-	"base_ev": 1.25
+        "base_ev": 1.25
     },
     "rpi.alsc":
     {
diff --git a/src/ipa/raspberrypi/data/ov5647_noir.json b/src/ipa/raspberrypi/data/ov5647_noir.json
index 1c628ed13f19..dad73a5e8cd9 100644
--- a/src/ipa/raspberrypi/data/ov5647_noir.json
+++ b/src/ipa/raspberrypi/data/ov5647_noir.json
@@ -31,7 +31,7 @@
     },
     "rpi.awb":
     {
-	"bayes": 0
+        "bayes": 0
     },
     "rpi.agc":
     {
@@ -121,10 +121,10 @@
                     ]
                 }
             ],
-	    "shadows":
-	    [
-		{
-		    "bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
+            "shadows":
+            [
+                {
+                    "bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
                     [
                         0, 0.17, 1000, 0.17
                     ]
@@ -135,7 +135,7 @@
         [
             0, 0.16, 1000, 0.165, 10000, 0.17
         ],
-	"base_ev": 1.25
+        "base_ev": 1.25
     },
     "rpi.alsc":
     {
diff --git a/src/ipa/raspberrypi/data/se327m12.json b/src/ipa/raspberrypi/data/se327m12.json
index 94af2239f700..5b1ac2ce3bf8 100644
--- a/src/ipa/raspberrypi/data/se327m12.json
+++ b/src/ipa/raspberrypi/data/se327m12.json
@@ -334,8 +334,8 @@
     },
     "rpi.sharpen":
     {
-	"threshold": 2.0,
-	"strength": 0.5,
-	"limit": 0.5
+        "threshold": 2.0,
+        "strength": 0.5,
+        "limit": 0.5
     }
 }
-- 
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list