[][src]Function realsense_sys::rs2_get_sensor_info

pub unsafe extern "C" fn rs2_get_sensor_info(
    sensor: *const rs2_sensor,
    info: rs2_camera_info,
    error: *mut *mut rs2_error
) -> *const c_char

retrieve sensor specific information, like versions of various internal components \param[in] sensor the RealSense sensor \param[in] info camera info type to retrieve \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored \return the requested camera info string, in a format specific to the device model