|
Monado OpenXR Runtime
|
Creation parameters for xrt_body_tracker. More...
#include <xrt/xrt_body_tracker.h>
Data Fields | |
| enum xrt_input_name | body_tracking_type |
| Which body-tracking data to produce. | |
| struct xrt_device * | locked_xdev |
| Device to pull body-tracking data from, or NULL to let the system choose the backing device (typically the body-tracking role). | |
Creation parameters for xrt_body_tracker.
| enum xrt_input_name xrt_body_tracker_create_info::body_tracking_type |
Which body-tracking data to produce.
One of the body-tracking input names, for example XRT_INPUT_FB_BODY_TRACKING, XRT_INPUT_META_FULL_BODY_TRACKING, XRT_INPUT_BD_BODY_TRACKING, or XRT_INPUT_BD_BODY_TRACKING_WITHOUT_ARM.
| struct xrt_device* xrt_body_tracker_create_info::locked_xdev |
Device to pull body-tracking data from, or NULL to let the system choose the backing device (typically the body-tracking role).