We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6249e91 + 4a16924 commit 8cb4150Copy full SHA for 8cb4150
src/ds/d500/d500-factory.cpp
@@ -76,6 +76,10 @@ class d555_device
76
77
depth_sensor.register_option( RS2_OPTION_THERMAL_COMPENSATION,
78
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 );
83
} ); // group_multiple_fw_calls
84
}
85
0 commit comments