Skip to content

Commit

Permalink
Merge pull request IntelRealSense#3388 from aangerma/development
Browse files Browse the repository at this point in the history
Disable hole_filling_filter by default.
  • Loading branch information
dorodnic committed Mar 5, 2019
2 parents 1482bb3 + 0419b0b commit f677b83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/model-views.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,9 @@ namespace rs2
if (shared_filter->is<zero_order_invalidation>())
zero_order_artifact_fix = model;

if (shared_filter->is<hole_filling_filter>())
model->enabled = false;

post_processing.push_back(model);
}

Expand Down

0 comments on commit f677b83

Please sign in to comment.