#include <ds5-auto-calibration.h>
|
std::shared_ptr< ds5_advanced_mode_base > | change_preset () |
|
void | check_focal_length_params (int step_count, int fy_scan_range, int keep_new_value_after_sucessful_scan, int interrrupt_data_samling, int adjust_both_sides, int fl_scan_location, int fy_scan_direction, int white_wall_mode) const |
|
void | check_one_button_params (int speed, int keep_new_value_after_sucessful_scan, int data_sampling, int adjust_both_sides, int fl_scan_location, int fy_scan_direction, int white_wall_mode) const |
|
void | check_params (int speed, int scan_parameter, int data_sampling) const |
|
void | check_tare_params (int speed, int scan_parameter, int data_sampling, int average_step_count, int step_count, int accuracy) |
|
std::vector< uint8_t > | get_calibration_results (float *health=nullptr) const |
|
std::vector< uint8_t > | get_PyRxFL_calibration_results (float *health=nullptr, float *health_fl=nullptr) const |
|
void | handle_calibration_error (int status) const |
|
std::map< std::string, int > | parse_json (std::string json) |
|
Definition at line 11 of file ds5-auto-calibration.h.
librealsense::auto_calibrated::auto_calibrated |
( |
std::shared_ptr< hw_monitor > & |
hwm | ) |
|
void librealsense::auto_calibrated::check_focal_length_params |
( |
int |
step_count, |
|
|
int |
fy_scan_range, |
|
|
int |
keep_new_value_after_sucessful_scan, |
|
|
int |
interrrupt_data_samling, |
|
|
int |
adjust_both_sides, |
|
|
int |
fl_scan_location, |
|
|
int |
fy_scan_direction, |
|
|
int |
white_wall_mode |
|
) |
| const |
|
private |
void librealsense::auto_calibrated::check_one_button_params |
( |
int |
speed, |
|
|
int |
keep_new_value_after_sucessful_scan, |
|
|
int |
data_sampling, |
|
|
int |
adjust_both_sides, |
|
|
int |
fl_scan_location, |
|
|
int |
fy_scan_direction, |
|
|
int |
white_wall_mode |
|
) |
| const |
|
private |
void librealsense::auto_calibrated::check_params |
( |
int |
speed, |
|
|
int |
scan_parameter, |
|
|
int |
data_sampling |
|
) |
| const |
|
private |
void librealsense::auto_calibrated::check_tare_params |
( |
int |
speed, |
|
|
int |
scan_parameter, |
|
|
int |
data_sampling, |
|
|
int |
average_step_count, |
|
|
int |
step_count, |
|
|
int |
accuracy |
|
) |
| |
|
private |
std::vector< uint8_t > librealsense::auto_calibrated::get_calibration_results |
( |
float * |
health = nullptr | ) |
const |
|
private |
std::vector< uint8_t > librealsense::auto_calibrated::get_calibration_table |
( |
| ) |
const |
|
overridevirtual |
std::vector< uint8_t > librealsense::auto_calibrated::get_PyRxFL_calibration_results |
( |
float * |
health = nullptr , |
|
|
float * |
health_fl = nullptr |
|
) |
| const |
|
private |
void librealsense::auto_calibrated::handle_calibration_error |
( |
int |
status | ) |
const |
|
private |
void librealsense::auto_calibrated::reset_to_factory_calibration |
( |
| ) |
const |
|
overridevirtual |
void librealsense::auto_calibrated::set_calibration_table |
( |
const std::vector< uint8_t > & |
calibration | ) |
|
|
overridevirtual |
void librealsense::auto_calibrated::write_calibration |
( |
| ) |
const |
|
overridevirtual |
std::vector<uint8_t> librealsense::auto_calibrated::_curr_calibration |
|
private |
std::shared_ptr<hw_monitor>& librealsense::auto_calibrated::_hw_monitor |
|
private |
The documentation for this class was generated from the following files: