|
Monado OpenXR Runtime
|
Capability flags for a body tracker, fixed when it is created. More...
#include <xrt/xrt_body_tracker.h>
Data Fields | |
| bool | body_tracking |
| bool | body_tracking_calibration |
| bool | body_tracking_fidelity |
Capability flags for a body tracker, fixed when it is created.
Determined by xrt_body_tracker_create_info::body_tracking_type: each OpenXR body tracker variant implies which of these capabilities the tracker must provide. The flags are set once at creation and do not change. The tracker is responsible for meeting them for every successful data path; if it cannot, it must not return body-tracking data (for example locate reports inactive / empty results rather than partial or inconsistent capability).