ipa: rpi: sdn: Remove legacy denoise warning

We use the legacy format for the VC4 platform, and are not planning to
change this. So remove the warning.

Signed-off-by: David Plowman <david.plowman@raspberrypi.com>
Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
David Plowman
2025-08-29 23:16:31 +01:00
committed by Kieran Bingham
parent 1120c028c5
commit ad891914c6
-2
View File
@@ -37,8 +37,6 @@ char const *Sdn::name() const
int Sdn::read(const libcamera::YamlObject &params)
{
LOG(RPiSdn, Warning)
<< "Using legacy SDN tuning - please consider moving SDN inside rpi.denoise";
deviation_ = params["deviation"].get<double>(3.2);
strength_ = params["strength"].get<double>(0.75);
return 0;