[][src]Function realsense_sys::rs2_set_option

pub unsafe extern "C" fn rs2_set_option(
    options: *const rs2_options,
    option: rs2_option,
    value: f32,
    error: *mut *mut rs2_error
)

write new value to sensor option \param[in] options the options container \param[in] option option id to be queried \param[in] value new value for the option \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored