Monado OpenXR Runtime
Loading...
Searching...
No Matches
xrt_body_tracker_create_info Struct Reference

Creation parameters for xrt_body_tracker. More...

#include <xrt/xrt_body_tracker.h>

Collaboration diagram for xrt_body_tracker_create_info:

Data Fields

enum xrt_input_name body_tracking_type
 Which body-tracking data to produce.
 
struct xrt_devicelocked_xdev
 Device to pull body-tracking data from, or NULL to let the system choose the backing device (typically the body-tracking role).
 

Detailed Description

Creation parameters for xrt_body_tracker.

Field Documentation

◆ body_tracking_type

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.

◆ locked_xdev

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).


The documentation for this struct was generated from the following file: