Monado OpenXR Runtime
Loading...
Searching...
No Matches
u_body_tracker_ni.c File Reference

Not implemented function helpers for xrt_body_tracker. More...

Include dependency graph for u_body_tracker_ni.c:

Macros

#define E(FN)   U_LOG_E("Function " #FN " is not implemented for this body tracker implementation")
 

Functions

xrt_result_t u_body_tracker_ni_locate (struct xrt_body_tracker *xbt, struct xrt_space_overseer *xso, struct xrt_space *base_space, const struct xrt_pose *base_offset, int64_t at_timestamp_ns, struct xrt_body_tracker_location *out_location)
 
xrt_result_t u_body_tracker_ni_get_skeleton (struct xrt_body_tracker *xbt, struct xrt_body_skeleton *out_skeleton)
 
xrt_result_t u_body_tracker_ni_reset_calibration_meta (struct xrt_body_tracker *xbt)
 
xrt_result_t u_body_tracker_ni_set_calibration_override_meta (struct xrt_body_tracker *xbt, float body_height)
 
xrt_result_t u_body_tracker_ni_set_fidelity_meta (struct xrt_body_tracker *xbt, enum xrt_body_tracking_fidelity_meta fidelity)
 

Detailed Description

Not implemented function helpers for xrt_body_tracker.