18 const std::shared_ptr< hw_monitor > &
hw_monitor )
30 "Toggle Auto-Exposure Limit",
33 auto raw_depth_sensor =
sensor.get_raw_sensor();
34 auto ae_limit_value_control = std::make_shared< auto_exposure_limit_option >( *
hw_monitor,
37 ae_limit_toggle_control,
43 std::make_shared< auto_disabling_control >( ae_limit_value_control, ae_limit_toggle_control )) ;