[][src]Function k4a_sys_temp::k4a_device_stop_cameras

pub unsafe extern "C" fn k4a_device_stop_cameras(device_handle: k4a_device_t)

Stops the color and depth camera capture.

\param device_handle Handle obtained by k4a_device_open().

\relates k4a_device_t

\remarks The streaming of individual sensors stops as a result of this call. Once called, k4a_device_start_cameras() may be called again to resume sensor streaming.

\remarks This function may be called while another thread is blocking in k4a_device_get_capture(). Calling this function while another thread is in that function will result in that function returning a failure.

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