@@ -111,4 +111,29 @@ algorithms:
1438, 1226, 1059, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1025, 1054, 1185,
1326, 1334, 1334,
]
+ - Dpf:
+ NoiseReductionModes:
+ NoiseReductionModeMinimal:
+ DomainFilter:
+ g: [ 14, 10, 7, 4, 2, 1 ]
+ rb: [ 14, 11, 8, 4, 2, 1 ]
+ NoiseLevelFunction:
+ coeff: [ 0, 26, 52, 78, 106, 138, 172, 208, 248, 292, 340, 392, 448, 508, 572, 640, 712 ]
+ scale-mode: "linear"
+ FilterStrength:
+ r: 60
+ g: 60
+ b: 60
+ NoiseReductionModeHighQuality:
+ DomainFilter:
+ g: [ 22, 18, 13, 8, 5, 2 ]
+ rb: [ 20, 18, 16, 11, 7, 3 ]
+ NoiseLevelFunction:
+ coeff: [ 0, 26, 52, 78, 106, 138, 172, 208, 248, 292, 340, 392, 448, 508, 572, 640, 712 ]
+ scale-mode: "linear"
+ FilterStrength:
+ r: 130
+ g: 130
+ b: 130
+ activeMode: "NoiseReductionModeHighQuality"
...
This includes initial settings for DPF algorithms. Add Dpf tuning config into Imx219 Signed-off-by: Rui Wang <rui.wang@ideasonboard.com> --- changelog since v7 : - move imx219 dpf tuning config - update tuning parameters since "key" update changelog since v9: - Update dpf tuning config regarding reduction mode format from list to dictionary - add ActiveMode for dpf default mode changelog since v10: - Modify ReductionMinimal - > NoiseReductionModeMinimal since parser code update changelog since v11: - Change "ActiveMode" to "activeMode" changelog since v12: - delete ov5647 tuning config - delete build config for ov5647 --- src/ipa/rkisp1/data/imx219.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+)