[][src]Function realsense_sys::rs2_context_unload_tracking_module

pub unsafe extern "C" fn rs2_context_unload_tracking_module(
    ctx: *mut rs2_context,
    error: *mut *mut rs2_error
)

Removes tracking module. function query_devices() locks the tracking module in the tm_context object. If the tracking module device is not used it should be removed using this function, so that other applications could find it. This function can be used both before the call to query_device() to prevent enabling tracking modules or afterwards to release them.