Skip to content

Commit 8cb4150

Browse files
authored
PR #13442 from OhadMeir: D555 on USB should start with Default visual preset
2 parents 6249e91 + 4a16924 commit 8cb4150

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ds/d500/d500-factory.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ class d555_device
7676

7777
depth_sensor.register_option( RS2_OPTION_THERMAL_COMPENSATION,
7878
std::make_shared< thermal_compensation >( _thermal_monitor, thermal_compensation_toggle ) );
79+
80+
// We usually use "Custom" visual preset becasue we don't know what is the current setting.
81+
// When connected by Ethernet D555 does not support "Custom" so we set here to "Default" to match.
82+
depth_sensor.get_option( RS2_OPTION_VISUAL_PRESET ).set( RS2_RS400_VISUAL_PRESET_DEFAULT );
7983
} ); // group_multiple_fw_calls
8084
}
8185

0 commit comments

Comments
 (0)