[][src]Function k4a_sys_temp::k4a_capture_get_temperature_c

pub unsafe extern "C" fn k4a_capture_get_temperature_c(
    capture_handle: k4a_capture_t
) -> f32

Get the temperature associated with the capture.

\param capture_handle Capture handle to retrieve the temperature from.

\return This function returns the temperature of the device at the time of the capture in Celsius. If the temperature is unavailable, the function will return NAN.

\relates k4a_capture_t

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