Orbbec SDK K4A Wrapper
|
#include <k4a/k4a.h>
Related Functions | |
(Note that these are not member functions.) | |
K4A_EXPORT k4a_result_t | k4a_capture_create (k4a_capture_t *capture_handle) |
K4A_EXPORT void | k4a_capture_release (k4a_capture_t capture_handle) |
K4A_EXPORT void | k4a_capture_reference (k4a_capture_t capture_handle) |
K4A_EXPORT k4a_image_t | k4a_capture_get_color_image (k4a_capture_t capture_handle) |
K4A_EXPORT k4a_image_t | k4a_capture_get_depth_image (k4a_capture_t capture_handle) |
K4A_EXPORT k4a_image_t | k4a_capture_get_ir_image (k4a_capture_t capture_handle) |
K4A_EXPORT void | k4a_capture_set_color_image (k4a_capture_t capture_handle, k4a_image_t image_handle) |
K4A_EXPORT void | k4a_capture_set_depth_image (k4a_capture_t capture_handle, k4a_image_t image_handle) |
K4A_EXPORT void | k4a_capture_set_ir_image (k4a_capture_t capture_handle, k4a_image_t image_handle) |
K4A_EXPORT void | k4a_capture_set_temperature_c (k4a_capture_t capture_handle, float temperature_c) |
K4A_EXPORT float | k4a_capture_get_temperature_c (k4a_capture_t capture_handle) |
Handle to an Azure Kinect capture.