[][src]Function realsense_sys::rs2_set_intrinsics

pub unsafe extern "C" fn rs2_set_intrinsics(
    sensor: *const rs2_sensor,
    profile: *const rs2_stream_profile,
    intrinsics: *const rs2_intrinsics,
    error: *mut *mut rs2_error
)

Set intrinsics of a given sensor \param[in] sensor The RealSense device \param[in] profile Target stream profile \param[in] intrinsics Intrinsics value to be written to the device \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored