|
Monado OpenXR Runtime
|
Creation parameters for xrt_hand_tracker. More...
#include <xrt/xrt_hand_tracker.h>
Data Fields | |
| enum xrt_hand | hand |
| Which hand this tracker represents. | |
| enum xrt_input_name | requested_sources [2] |
| Optional ordered list of requested hand-tracking input names. | |
| uint32_t | requested_source_count |
| Number of entries in requested_sources, zero means all sources. | |
| struct xrt_device * | locked_xdev |
| Optional device to lock the tracker to. | |
Creation parameters for xrt_hand_tracker.
If locked_xdev is non-NULL the tracker is created in device-locked mode, in which the hand-tracker will only get the hand-tracking data from the provided xrt_device. Otherwise it follows the system hand-tracking role selection policy.
| enum xrt_hand xrt_hand_tracker_create_info::hand |
Which hand this tracker represents.
| struct xrt_device* xrt_hand_tracker_create_info::locked_xdev |
Optional device to lock the tracker to.
| uint32_t xrt_hand_tracker_create_info::requested_source_count |
Number of entries in requested_sources, zero means all sources.
| enum xrt_input_name xrt_hand_tracker_create_info::requested_sources[2] |
Optional ordered list of requested hand-tracking input names.