Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions src/dds/rs-dds-device-proxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -417,10 +417,12 @@ dds_device_proxy::dds_device_proxy( std::shared_ptr< const device_info > const &
}
}

// Call after seneors have been initialized
ds_advanced_mode_base::initialize_advanced_mode( this ); // Call even if not enabled, so API calls won't throw
device_specific_initialization();

if( ! dev->device_info().is_recovery() )
{
// Call after seneors have been initialized
ds_advanced_mode_base::initialize_advanced_mode( this ); // Call even if not enabled, so API calls won't throw
device_specific_initialization();
}
// Use the default D400 matchers:
// Depth & IR matched by frame-number, time-stamp-matched to color.
// Motion streams will not get synced.
Expand Down
Loading