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:308
void wmr_source_push_imu_packet(struct xrt_fs *xfs, uint32_t imu_id, timepoint_ns t, struct xrt_vec3 accel, struct xrt_vec3 gyro)
Definition wmr_source.c:396
Object used to track all sinks and frame producers in a graph.
Definition xrt_frame.h:108