Skip to content

Commit

Permalink
Update sdn.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Mar 3, 2025
1 parent ef9c26d commit 7bca277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ipa/rpi/controller/rpi/sdn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ 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";
// 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;
Expand Down

0 comments on commit 7bca277

Please sign in to comment.