···77 * @author Moses Turner <mosesturner@protonmail.com>
88 * @author Nova King <technobaboo@gmail.com>
99 * @author Jakob Bornecrantz <jakob@collabora.com>
1010- * @ingroup drv_rs
1010+ * @ingroup drv_realsense
1111 */
12121313#include "xrt/xrt_defines.h"
+2-2
src/xrt/drivers/realsense/rs_driver.h
···44 * @file
55 * @brief Internal header for the RealSense driver.
66 * @author Mateo de Mayo <mateo.demayo@collabora.com>
77- * @ingroup drv_rs
77+ * @ingroup drv_realsense
88 */
99#pragma once
1010···1616#include <librealsense2/h/rs_pipeline.h>
17171818/*!
1919- * @addtogroup drv_rs
1919+ * @addtogroup drv_realsense
2020 * @{
2121 */
2222
+1-1
src/xrt/drivers/realsense/rs_hdev.c
···44 * @file
55 * @brief RealSense device tracked with host-SLAM.
66 * @author Mateo de Mayo <mateo.demayo@collabora.com>
77- * @ingroup drv_rs
77+ * @ingroup drv_realsense
88 *
99 * Originally created and tried on the D455 model but should work in any
1010 * RealSense device that has video and IMU streams.