mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 01:48:31 +00:00
d/rs: Add PID/VIDs for T265
This commit is contained in:
parent
34d158b299
commit
33226dd892
|
@ -22,6 +22,12 @@ struct xrt_frame_context;
|
|||
* @brief Driver for the SLAM-capable Intel Realsense devices.
|
||||
*/
|
||||
|
||||
#define REALSENSE_MOVIDIUS_VID 0x03E7
|
||||
#define REALSENSE_MOVIDIUS_PID 0x2150
|
||||
|
||||
#define REALSENSE_TM2_VID 0x8087
|
||||
#define REALSENSE_TM2_PID 0x0B37
|
||||
|
||||
#define RS_TRACKING_DISABLED -1
|
||||
#define RS_TRACKING_UNSPECIFIED 0
|
||||
#define RS_TRACKING_DEVICE_SLAM 1
|
||||
|
|
Loading…
Reference in a new issue