Skip to main content

k4a_capture_reference

Function k4a_capture_reference 

Source
pub unsafe extern "C" fn k4a_capture_reference(
    capture_handle: k4a_capture_t,
)
Expand description

Add a reference to a capture.

\param capture_handle Capture to add a reference to.

\relates k4a_capture_t

\remarks Call this function to add an additional reference to a capture. This reference must be removed with k4a_capture_release().

\xmlonly k4a.h (include k4a/k4a.h) k4a.lib k4a.dll \endxmlonly