Skip to content

Commit

Permalink
force symmetrization off for 5e
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Jul 8, 2024
1 parent c023942 commit d3e4fa0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ds/d500/d500-factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ class d555e_device
{
auto emitter_always_on_opt = std::make_shared<emitter_always_on_option>( d500_device::_hw_monitor, ds::LASERONCONST, ds::LASERONCONST);
get_depth_sensor().register_option(RS2_OPTION_EMITTER_ALWAYS_ON,emitter_always_on_opt);

// MRD gives the wrong result for the 5e, so turn off for now (TODO)
// check_symmetrization_enabled() is not overridable, so we do it manually:
_is_symmetrization_enabled = false;
}

std::shared_ptr< matcher > create_matcher( const frame_holder & frame ) const override
Expand Down

0 comments on commit d3e4fa0

Please sign in to comment.