Skip to content
Snippets Groups Projects

Implements #228 adaptive MLS and smoothing channel

Merged Nicolas Pope requested to merge feature/mlssmooth into master
2 files
+ 12
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -246,7 +246,7 @@ static void run(ftl::Configurable *root) {
bool busy = false;
auto *smooth = ftl::config::create<ftl::filters::DepthSmoother>(root, "filters");
auto *smooth = ftl::config::create<ftl::filters::MLSSmoother>(root, "filters");
group->setLatency(4);
group->setName("ReconGroup");
Loading