Skip to content

Commit fecd282

Browse files
authored
PR #14053 from remibettan: [2.56.4] CherryPick PR #14045 from remibettan: d457 syncer only according to timestamp
2 parents 992c6f0 + 922b4e4 commit fecd282

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ds/d400/d400-factory.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,10 +1428,6 @@ namespace librealsense
14281428
std::vector<stream_interface*> streams = { _depth_stream.get() , _left_ir_stream.get() , _right_ir_stream.get(), _color_stream.get() };
14291429
std::vector<stream_interface*> mm_streams = { _accel_stream.get(), _gyro_stream.get()};
14301430
streams.insert(streams.end(), mm_streams.begin(), mm_streams.end());
1431-
if( frame.frame->find_metadata( RS2_FRAME_METADATA_FRAME_COUNTER, nullptr ) )
1432-
{
1433-
return matcher_factory::create(RS2_MATCHER_DLR_C, streams);
1434-
}
14351431
return matcher_factory::create(RS2_MATCHER_DEFAULT, streams);
14361432
}
14371433

0 commit comments

Comments
 (0)