|
Monado OpenXR Runtime
|
Data Fields | |
| t_constellation_device_id_t | device_id {XRT_CONSTELLATION_INVALID_DEVICE_ID} |
| The ID of the device. | |
| std::optional< xrt_pose > | Txr_world_device_prior {std::nullopt} |
| The "predicted" pose, which is the pose the device expects itself to be at at the time of the blobservation. | |
| std::optional< FoundDevicePose > | found_pose {std::nullopt} |
| The final found pose of the device in this specific sample. | |
| bool | needs_slow_processing {false} |
| Whether the device needs to have the slow processing thread run over it. | |
| t_constellation_device_id_t xrt::tracking::constellation::DeviceState::device_id {XRT_CONSTELLATION_INVALID_DEVICE_ID} |
The ID of the device.
Referenced by xrt::tracking::constellation::RerunContext::LogSample().
| std::optional<FoundDevicePose> xrt::tracking::constellation::DeviceState::found_pose {std::nullopt} |
The final found pose of the device in this specific sample.
Referenced by xrt::tracking::constellation::RerunContext::LogSample().
| bool xrt::tracking::constellation::DeviceState::needs_slow_processing {false} |
Whether the device needs to have the slow processing thread run over it.
Referenced by xrt::tracking::constellation::Camera::FastSampleProcess().
| std::optional<xrt_pose> xrt::tracking::constellation::DeviceState::Txr_world_device_prior {std::nullopt} |
The "predicted" pose, which is the pose the device expects itself to be at at the time of the blobservation.
Referenced by xrt::tracking::constellation::Camera::FastSampleProcess(), and xrt::tracking::constellation::RerunContext::LogSample().