[][src]Function realsense_sys::rs2_set_motion_device_intrinsics

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

Set motion device intrinsics \param[in] sensor Motion sensor \param[in] profile Motion stream profile \param[out] intrinsics Pointer to the struct to store the data in \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored