Go to the source code of this file.
Functions | |
bool | alt_ir_supported_or_message (const rs2::depth_sensor &depth_sens) |
void | enable_alt_ir_and_check_that_AC_fails (const rs2::device &dev, const rs2::depth_sensor &depth_sens, const std::vector< stream_profile > &expected_profiles) |
void | enable_alt_ir_and_check_that_all_streams_arrived (const rs2::device &dev, const rs2::depth_sensor &depth_sens, const std::vector< stream_profile > &expected_profiles) |
void | set_alt_ir_if_needed (const rs2::depth_sensor &depth_sens, float val) |
bool alt_ir_supported_or_message | ( | const rs2::depth_sensor & | depth_sens | ) |
Definition at line 10 of file alt-ir-common.h.
void enable_alt_ir_and_check_that_AC_fails | ( | const rs2::device & | dev, |
const rs2::depth_sensor & | depth_sens, | ||
const std::vector< stream_profile > & | expected_profiles | ||
) |
Definition at line 30 of file alt-ir-common.h.
void enable_alt_ir_and_check_that_all_streams_arrived | ( | const rs2::device & | dev, |
const rs2::depth_sensor & | depth_sens, | ||
const std::vector< stream_profile > & | expected_profiles | ||
) |
Definition at line 59 of file alt-ir-common.h.
void set_alt_ir_if_needed | ( | const rs2::depth_sensor & | depth_sens, |
float | val | ||
) |
Definition at line 22 of file alt-ir-common.h.