diff --git a/src/ds/d400/d400-color.cpp b/src/ds/d400/d400-color.cpp index 07eafeff1c..2eb425e3ef 100644 --- a/src/ds/d400/d400-color.cpp +++ b/src/ds/d400/d400-color.cpp @@ -156,6 +156,7 @@ namespace librealsense if (!val_in_range(_pid, { ds::RS457_PID })) { _ds_color_common->register_color_options(); + color_ep.register_pu(RS2_OPTION_BACKLIGHT_COMPENSATION); } if (_separate_color) diff --git a/src/ds/ds-color-common.cpp b/src/ds/ds-color-common.cpp index 80fefee3fb..4522cc82fe 100644 --- a/src/ds/ds-color-common.cpp +++ b/src/ds/ds-color-common.cpp @@ -31,7 +31,6 @@ namespace librealsense _color_ep.register_pu(RS2_OPTION_SATURATION); _color_ep.register_pu(RS2_OPTION_GAMMA); _color_ep.register_pu(RS2_OPTION_SHARPNESS); - _color_ep.register_pu(RS2_OPTION_BACKLIGHT_COMPENSATION); auto white_balance_option = std::make_shared(_raw_color_ep, RS2_OPTION_WHITE_BALANCE); _color_ep.register_option(RS2_OPTION_WHITE_BALANCE, white_balance_option);