Monado OpenXR Runtime
|
face tracking related API entrypoint functions. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "oxr_objects.h"
#include "oxr_logger.h"
#include "oxr_handle.h"
Functions | |
static enum xrt_facial_tracking_type_htc | oxr_to_xrt_facial_tracking_type_htc (enum XrFacialTrackingTypeHTC ft_type) |
static enum xrt_input_name | oxr_facial_tracking_type_htc_to_input_name (enum xrt_facial_tracking_type_htc ft_type) |
static XrResult | oxr_facial_tracker_htc_destroy_cb (struct oxr_logger *log, struct oxr_handle_base *hb) |
XrResult | oxr_facial_tracker_htc_create (struct oxr_logger *log, struct oxr_session *sess, const XrFacialTrackerCreateInfoHTC *createInfo, struct oxr_facial_tracker_htc **out_face_tracker_htc) |
XrResult | oxr_get_facial_expressions_htc (struct oxr_logger *log, struct oxr_facial_tracker_htc *facial_tracker_htc, XrFacialExpressionsHTC *facialExpressions) |
face tracking related API entrypoint functions.