Monado OpenXR Runtime
|
Summary of the status of various trackers. More...
#include <vive/vive_device.h>
Data Fields | |
bool | slam_wanted |
bool | slam_supported |
bool | slam_enabled |
bool | hand_supported |
Has Monado been built with the correct libraries to do optical hand tracking? More... | |
bool | controllers_found |
Did we find controllers? More... | |
enum debug_tristate_option | hand_wanted |
If this is set to ON, we always do optical hand tracking even if controllers were found. More... | |
bool | hand_enabled |
Computed in target_builder_lighthouse.c based on the past three. More... | |
Summary of the status of various trackers.
bool vive_tracking_status::controllers_found |
Did we find controllers?
bool vive_tracking_status::hand_enabled |
Computed in target_builder_lighthouse.c based on the past three.
Referenced by valve_index_setup_visual_trackers().
bool vive_tracking_status::hand_supported |
Has Monado been built with the correct libraries to do optical hand tracking?
enum debug_tristate_option vive_tracking_status::hand_wanted |
If this is set to ON, we always do optical hand tracking even if controllers were found.
If this is set to AUTO, we do optical hand tracking only if no controllers were found. If this is set to OFF, we don't do optical hand tracking.