[][src]Function realsense_sys::rs2_supports_device_info

pub unsafe extern "C" fn rs2_supports_device_info(
    device: *const rs2_device,
    info: rs2_camera_info,
    error: *mut *mut rs2_error
) -> c_int

Check if a camera supports a specific camera info type. \param[in] device The RealSense device to check \param[in] info The parameter to check for support \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored \return True if the parameter both exist and well-defined for the specific device