[][src]Function k4a_sys_temp::k4a_capture_get_ir_image

pub unsafe extern "C" fn k4a_capture_get_ir_image(
    capture_handle: k4a_capture_t
) -> k4a_image_t

Get the IR image associated with the given capture.

\param capture_handle Capture handle containing the image.

\relates k4a_capture_t

\remarks Call this function to access the IR image part of this capture. Release the \ref k4a_image_t with k4a_image_release();

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