struct xrt_fs * wmr_source_create(struct xrt_frame_context *xfctx, struct xrt_prober_device *dev_holo, struct wmr_hmd_config cfg)
Create and return the data source as a xrt_fs ready for data streaming.
Definition: wmr_source.c:297
void wmr_source_push_imu_packet(struct xrt_fs *xfs, timepoint_ns t, struct xrt_vec3 accel, struct xrt_vec3 gyro)
Definition: wmr_source.c:370
Object used to track all sinks and frame producers in a graph.
Definition: xrt_frame.h:108