You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/t265.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# T265 Tracking Camera
2
2
3
-
The **Intel® RealSense™ Tracking Camera T265** includes two fisheye lens sensors, an IMU and an Intel® Movidius™ Myriad™ 2 VPU. All of the V‑SLAM algorithms run directly on the VPU, allowing for very low latency and extremely efficient power consumption (1.5W).
3
+
The **Intel® RealSense™ Tracking Camera T265** includes two greyscale cameras with fisheye lens, an IMU, and an Intel® Movidius™ Myriad™ 2 VPU. All of the V‑SLAM algorithms run directly on the VPU, allowing for very low latency and extremely efficient power consumption (1.5W).
4
4
5
5
RealSense SDK currently supports T265 on Windows and Linux as well as via our ROS wrapper.
6
6
@@ -20,11 +20,11 @@ To aid AR/VR integration, the T265 tracking device uses the defacto VR framework
20
20
21
21
The center of tracking corresponds to the center location between the right and left monochrome imagers on the PCB.
22
22
23
-
When T265 tracking starts, an origin coordinate system is created and RealSense SDK provides T265 poses relative to it. Origin's Y axis is always aligned with gravity and points to the sky. Origin's X and Z axes are not globally set, but determined when tracking starts depending on the initial orientation of the T265 device. The origin coordinate system is always right-handed.
23
+
When T265 tracking starts, an origin coordinate system is created and RealSense SDK provides T265 poses relative to it. World's Y axis is always aligned with gravity and points to the sky. World's X and Z axes are not globally set, but determined when tracking starts based on the initial orientation of the T265 device with the initial -Z world axis as the projection of the camera axis to the ground plane. This does mean that the initial yaw can seem random when the device is started in a downward facing configuration, say on the drone. All T265 (and librealsense) coordinate systems are right-handed.
24
24
25
25
## Calibration
26
26
27
-
The T265's sensors (including the IMU) are calibrated in the production line, so no further calibration process is required (unlike the D435i).
27
+
The T265's sensors (including the IMU) are calibrated on the production line, so no further calibration process is required (unlike the IMU on the D435i).
28
28
29
29
For reference, this is the orientation of each sensor:
@@ -33,15 +33,15 @@ For reference, this is the orientation of each sensor:
33
33
The following `librealsense` tools and demos are IMU and tracking-ready:
34
34
-`rs-pose` - A basic pose retrieval example
35
35
-`rs-pose-predict` - Demonstrates pose prediction using current system time and the callback API
36
-
-`rs-capture` - 2D Visualization.
37
-
-`rs-enumerate-devices` - list the IMU and tracking profiles (FPS rates and formats).
38
-
-`rs-data-collect` - Store and serialize IMU and Tracking (pose) data in Excel-friendly csv format. The tool uses low-level sensor API to minimize software-imposed latencies. Useful for performance profiling.
39
-
-`realsense-viewer` - Provides 2D visualization of IMU and Tracking data. 3D visualization is available for Pose samples:
36
+
-`rs-capture` - 2D Visualization.
37
+
-`rs-enumerate-devices` - list the IMU and tracking profiles (FPS rates and formats).
38
+
-`rs-data-collect` - Store and serialize IMU and Tracking (pose) data in Excel-friendly csv format. The tool uses low-level sensor API to minimize software-imposed latencies. Useful for performance profiling.
39
+
-`realsense-viewer` - Provides 2D visualization of IMU and Tracking data. 3D visualization is available for Pose samples:
40
40
41
-

41
+

42
42

43
43
44
-
The IMU and Tracking data streams are fully compatible with SDK's embedded recorder utility.
44
+
The IMU and tracking data streams are fully compatible with SDK's embedded recorder utility.
45
45
46
46
## API
47
47
The pose and IMU data are treated by the SDK like any other supported sensor. Therefore the sensor access and invocation API calls are similar to those of the depth/rgb sensors of D400 and SR300:
0 commit comments