Orbbec SDK K4A Wrapper
|
#include <inttypes.h>
#include <k4a/k4aversion.h>
#include <k4a/k4atypes.h>
#include <k4a/k4a_export.h>
Go to the source code of this file.
Macros | |
#define | WRAPPER_VERSION_MAJOR 1 |
#define | WRAPPER_VERSION_MINOR 8 |
#define | WRAPPER_VERSION_PATCH 1 |
Functions | |
K4A_EXPORT k4a_result_t | k4a_set_debug_message_handler (k4a_logging_message_cb_t *message_cb, void *message_cb_context, k4a_log_level_t min_level) |
K4A_EXPORT k4a_result_t | k4a_set_allocator (k4a_memory_allocate_cb_t allocate, k4a_memory_destroy_cb_t free) |
Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. Kinect For Azure SDK.
Definition in file k4a.h.