|
Monado OpenXR Runtime
|
A sample read out from the driver, to pass to the device in question. More...
#include </builds/monado/monado/src/xrt/tracking/constellation/t_led_sync_refinement.h>

Data Fields | ||
| union { | ||
| time_duration_ns device_host_latency_ns | ||
| The latency offset from the device timestamps to the host. More... | ||
| time_duration_ns host_device_clock_offset_ns | ||
| The clock offset from the host timestamp to the device. More... | ||
| } | timestamp | |
| enum t_led_sync_sample_timestamp_mode | timestamp_mode | |
| time_duration_ns | fudge_offset_ns | |
| The latency offset to apply to fudge the blink to line up as best as possible with the exposure. | ||
| time_duration_ns | blink_duration_ns | |
| The duration to make the LEDs blink for, in nanoseconds. | ||
A sample read out from the driver, to pass to the device in question.
| time_duration_ns t_led_sync_sample::blink_duration_ns |
The duration to make the LEDs blink for, in nanoseconds.
| time_duration_ns t_led_sync_sample::device_host_latency_ns |
The latency offset from the device timestamps to the host.
| time_duration_ns t_led_sync_sample::fudge_offset_ns |
The latency offset to apply to fudge the blink to line up as best as possible with the exposure.
| time_duration_ns t_led_sync_sample::host_device_clock_offset_ns |
The clock offset from the host timestamp to the device.