The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

d/ht: Tidy header

+2 -19
+2 -19
src/xrt/drivers/ht/ht_interface.h
··· 30 30 */ 31 31 32 32 /*! 33 - * Create a hand tracker device. 33 + * Create hand tracker. 34 34 * 35 35 * @ingroup drv_ht 36 - */ 37 - struct xrt_device * 38 - ht_device_create_index(struct xrt_prober *xp, struct t_stereo_camera_calibration *calib); 39 - 40 - /*! 41 - * Create hand tracker for WMR devices. 42 36 * 43 - * @note The frame context comes from the WMR device. 44 - * 45 - * @ingroup drv_ht 46 - * 47 - * @param xfctx WMR context to attach the tracker to 37 + * @param xfctx Frame context to attach the tracker to 48 38 * @param calib Calibration struct for stereo camera 49 39 * @param algorithm_choice Which algorithm to use for hand tracking 50 40 * @param out_sinks Sinks to stream camera data to ··· 59 49 struct xrt_slam_sinks **out_sinks, 60 50 struct xrt_device **out_device); 61 51 62 - #ifdef XRT_BUILD_DRIVER_DEPTHAI 63 - struct xrt_device * 64 - ht_device_create_depthai_ov9282(void); 65 - 66 - struct xrt_auto_prober * 67 - ht_create_auto_prober(); 68 - #endif 69 52 70 53 /*! 71 54 * @dir drivers/ht