|
rs2_l500_visual_preset | calc_preset_from_controls () const |
|
void | change_preset (rs2_l500_visual_preset preset) |
|
std::vector< rs2_option > | get_advanced_controls () |
|
| l500_options (std::shared_ptr< context > ctx, const platform::backend_device_group &group) |
|
void | move_to_custom () |
|
void | reset_hw_controls () |
|
void | set_preset_value (rs2_l500_visual_preset preset) |
|
void | update_defaults () |
|
std::vector< uint8_t > | backup_flash (update_progress_callback_ptr callback) override |
|
virtual void | configure_depth_options () |
|
std::shared_ptr< synthetic_sensor > | create_depth_device (std::shared_ptr< context > ctx, const std::vector< platform::uvc_device_info > &all_device_infos) |
|
void | create_snapshot (std::shared_ptr< debug_interface > &snapshot) const override |
|
void | enable_recording (std::function< void(const debug_interface &)> record_action) override |
|
void | enter_update_state () const override |
|
virtual l500_color_sensor * | get_color_sensor ()=0 |
|
l500_depth_sensor & | get_depth_sensor () |
|
double | get_device_time_ms () override |
|
uvc_sensor & | get_raw_depth_sensor () |
|
synthetic_sensor & | get_synthetic_depth_sensor () |
|
ivcam2::extended_temperatures | get_temperatures () const |
|
void | hardware_reset () override |
|
| l500_device (std::shared_ptr< context > ctx, const platform::backend_device_group &group) |
|
void | notify_of_calibration_change (rs2_calibration_status status) |
|
void | register_calibration_change_callback (calibration_change_callback_ptr callback) override |
|
std::vector< uint8_t > | send_receive_raw_data (const std::vector< uint8_t > &input) override |
|
void | trigger_device_calibration (rs2_calibration_type) override |
|
void | update_flash (const std::vector< uint8_t > &image, update_progress_callback_ptr callback, int update_mode) override |
|
void | update_flash_internal (std::shared_ptr< hw_monitor > hwm, const std::vector< uint8_t > &image, std::vector< uint8_t > &flash_backup, update_progress_callback_ptr callback, int update_mode) |
|
void | update_flash_section (std::shared_ptr< hw_monitor > hwm, const std::vector< uint8_t > &image, uint32_t offset, uint32_t size, update_progress_callback_ptr callback, float continue_from, float ratio) |
|
void | update_section (std::shared_ptr< hw_monitor > hwm, const std::vector< uint8_t > &merged_image, flash_section fs, uint32_t tables_size, update_progress_callback_ptr callback, float continue_from, float ratio) |
|
virtual bool | compress_while_record () const override |
|
virtual bool | contradicts (const stream_profile_interface *a, const std::vector< stream_profile > &others) const override |
|
virtual std::shared_ptr< matcher > | create_matcher (const frame_holder &frame) const override |
|
size_t | find_sensor_idx (const sensor_interface &s) const |
|
std::shared_ptr< context > | get_context () const override |
|
platform::backend_device_group | get_device_data () const override |
|
std::pair< uint32_t, rs2_extrinsics > | get_extrinsics (const stream_interface &stream) const override |
|
sensor_interface & | get_sensor (size_t subdevice) override |
|
const sensor_interface & | get_sensor (size_t subdevice) const override |
|
size_t | get_sensors_count () const override |
|
bool | is_valid () const override |
|
virtual void | stop_activity () const |
|
void | tag_profiles (stream_profiles profiles) const override |
|
virtual | ~device () |
|
virtual std::vector< tagged_profile > | get_profiles_tags () const =0 |
|
virtual | ~device_interface ()=default |
|
virtual | ~info_interface ()=default |
|
virtual | ~recordable ()=default |
|
void | create_snapshot (std::shared_ptr< info_interface > &snapshot) const override |
|
void | enable_recording (std::function< void(const info_interface &)> record_action) override |
|
const std::string & | get_info (rs2_camera_info info) const override |
|
void | register_info (rs2_camera_info info, const std::string &val) |
|
bool | supports_info (rs2_camera_info info) const override |
|
void | update (std::shared_ptr< extension_snapshot > ext) override |
|
void | update_info (rs2_camera_info info, const std::string &val) |
|
virtual | ~extension_snapshot ()=default |
|
virtual | ~recordable ()=default |
|
virtual void | create_snapshot (std::shared_ptr< global_time_interface > &snapshot) const override |
|
virtual void | enable_recording (std::function< void(const global_time_interface &)> record_action) override |
|
void | enable_time_diff_keeper (bool is_enable) |
|
| global_time_interface () |
|
| ~global_time_interface () |
|
virtual | ~recordable ()=default |
|
Definition at line 168 of file l500-options.h.