|
Monado OpenXR Runtime
|
Options for the LED sync refinement. More...
#include </builds/monado/monado/src/xrt/tracking/constellation/t_led_sync_refinement.h>

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. | |
Options for the LED sync refinement.
| enum t_led_sync_refinement_flags t_led_sync_refinement_options::flags |
The flags to use when refining.
Referenced by pssense_create().
| 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().
| time_duration_ns t_led_sync_refinement_options::max_blink_duration_ns |
The maximum duration to use for the LED blinks, if using reduction.
| time_duration_ns t_led_sync_refinement_options::min_blink_duration_ns |
The minimum duration to use for the LED blinks, if using reduction.
| uint32_t t_led_sync_refinement_options::settle_frames |
Frames to wait after the sample was applied to let the device settle.
| time_duration_ns t_led_sync_refinement_options::time_to_resync_ns |
Time to wait after the last visually seen sample before resyncing.