|
Monado OpenXR Runtime
|
A synchronous to asynchronous wrapper around the hand-tracker code. More...

Data Fields | |
| struct t_hand_tracking_async | base |
| struct t_hand_tracking_sync * | provider |
| struct xrt_frame * | frames [2] |
| bool | use_prediction |
| struct u_var_draggable_f32 | prediction_offset_ms |
| struct { | |
| struct xrt_hand_joint_set hands [2] | |
| int64_t timestamp | |
| } | working |
| struct { | |
| struct os_mutex mutex | |
| struct xrt_hand_joint_set hands [2] | |
| struct m_relation_history * relation_hist [2] | |
| int64_t timestamp | |
| } | present |
| struct os_thread_helper | mainloop |
| volatile bool | hand_tracking_work_active |
A synchronous to asynchronous wrapper around the hand-tracker code.