Orbbec SDK K4A Wrapper
Loading...
Searching...
No Matches
k4a.h File Reference
#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)
 

Detailed Description

Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. Kinect For Azure SDK.

Definition in file k4a.h.

Macro Definition Documentation

◆ WRAPPER_VERSION_MAJOR

#define WRAPPER_VERSION_MAJOR   1

Definition at line 23 of file k4a.h.

◆ WRAPPER_VERSION_MINOR

#define WRAPPER_VERSION_MINOR   8

Definition at line 24 of file k4a.h.

◆ WRAPPER_VERSION_PATCH

#define WRAPPER_VERSION_PATCH   1

Definition at line 25 of file k4a.h.