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/api_doc/add-on.txt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ The ZED Open Capture library allows the low level control of ZED, ZED Mini and Z
7
7
The library provides methods to access video frames, to control the video parameters and to acquire data from the internal sensors.
8
8
A synchronization mechanism is provided to get the correct sensor data associated to each video frame.
9
9
10
+
<b>Note:</b> The provided data are not calibrated, images are not rectified in a stereoscopic way, IMU data may drift or be misaligned. Calibration data can be accessed using the ZED SDK.
11
+
10
12
<br>
11
13
12
14
<h2 style="text-align: left;">Modules</h2>
@@ -26,7 +28,7 @@ The given IMU data are expressed in the RAW/IMU coordinate system as show below
26
28
27
29
28
30
<h2 style="text-align: left;">Examples</h2>
29
-
A <a href="md_examples.html">set of examples</a> is provided to better understand how to use the ZED Open Capture and how to exploit all the available features.
31
+
A <a href="md_examples.html">set of examples</a> is provided to better understand how to use ZED Open Capture and how to exploit all the available features.
0 commit comments