Monado OpenXR Runtime
|
Data Fields | |
struct u_builder | base |
struct xrt_frame_context * | xfctx |
enum lighthouse_driver | driver |
Which lighthouse implementation we are using. More... | |
bool | is_valve_index |
Is our HMD a Valve Index? If so, try to set up hand-tracking and SLAM as needed. More... | |
struct vive_tracking_status | vive_tstatus |
Visual tracking status for Index under Vive driver. More... | |
struct xrt_fs * | xfs |
Frameserver for Valve Index camera, if we have one. More... | |
struct vive_config * | hmd_config |
struct t_slam_calibration | slam_calib |
Calibration data for SLAM. More... | |
enum lighthouse_driver lighthouse_system::driver |
Which lighthouse implementation we are using.
bool lighthouse_system::is_valve_index |
Is our HMD a Valve Index? If so, try to set up hand-tracking and SLAM as needed.
struct t_slam_calibration lighthouse_system::slam_calib |
Calibration data for SLAM.
Referenced by valve_index_setup_visual_trackers().
struct vive_tracking_status lighthouse_system::vive_tstatus |
Visual tracking status for Index under Vive driver.
Referenced by valve_index_setup_visual_trackers().
struct xrt_fs* lighthouse_system::xfs |
Frameserver for Valve Index camera, if we have one.