5 #include "../include/librealsense2/hpp/rs_options.hpp" 9 py::class_<rs2::options> options(m,
"options",
"Base class for options interface. Should be used via sensor or processing_block.");
11 "is read only.",
"option"_a)
14 "of a supported option",
"option"_a)
17 "option is supported by a subdevice",
"option"_a)
20 "(In case a specific option value holds special meaning)",
"option"_a,
"value"_a)
rs2_option
Defines general configuration controls. These can generally be mapped to camera UVC controls...
std::vector< rs2_option > get_supported_options()
const char * get_option_description(rs2_option option) const
bool is_option_read_only(rs2_option option) const
bool supports(rs2_option option) const
option_range get_option_range(rs2_option option) const
void set_option(rs2_option option, float value) const
float get_option(rs2_option option) const
const char * get_option_value_description(rs2_option option, float val) const
void init_options(py::module &m)