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

Options for the LED sync refinement. More...

#include </builds/monado/monado/src/xrt/tracking/constellation/t_led_sync_refinement.h>

Collaboration diagram for t_led_sync_refinement_options:

Data Fields

enum t_led_sync_refinement_flags flags
 The flags to use when refining.
 
time_duration_ns initial_blink_duration_ns
 How long the LEDs should be initially blinking for, in nanoseconds.
 
time_duration_ns min_blink_duration_ns
 The minimum duration to use for the LED blinks, if using reduction.
 
time_duration_ns max_blink_duration_ns
 The maximum duration to use for the LED blinks, if using reduction.
 
time_duration_ns time_to_resync_ns
 Time to wait after the last visually seen sample before resyncing.
 
uint32_t settle_frames
 Frames to wait after the sample was applied to let the device settle.
 

Detailed Description

Options for the LED sync refinement.

Field Documentation

◆ flags

enum t_led_sync_refinement_flags t_led_sync_refinement_options::flags

The flags to use when refining.

Referenced by pssense_create().

◆ initial_blink_duration_ns

time_duration_ns t_led_sync_refinement_options::initial_blink_duration_ns

How long the LEDs should be initially blinking for, in nanoseconds.

Referenced by pssense_create().

◆ max_blink_duration_ns

time_duration_ns t_led_sync_refinement_options::max_blink_duration_ns

The maximum duration to use for the LED blinks, if using reduction.

◆ min_blink_duration_ns

time_duration_ns t_led_sync_refinement_options::min_blink_duration_ns

The minimum duration to use for the LED blinks, if using reduction.

◆ settle_frames

uint32_t t_led_sync_refinement_options::settle_frames

Frames to wait after the sample was applied to let the device settle.

◆ time_to_resync_ns

time_duration_ns t_led_sync_refinement_options::time_to_resync_ns

Time to wait after the last visually seen sample before resyncing.


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