Azure Kinect Sensor SDK  refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK

◆ k4a_device_stop_cameras()

void k4a_device_stop_cameras ( k4a_device_t  device_handle)
related

Stops the color and depth camera capture.

Parameters
device_handleHandle obtained by k4a_device_open().
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.
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.