Skip to content

Commit e8b09f9

Browse files
committed
Fix doc
1 parent b5d1fdb commit e8b09f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api_doc/main_page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ZED Open Capture API
22

3-
The ZED Open Capture library allows the low level control of ZED, ZED Mini and ZED 2 camera. The library provides methods to access raw video frames, to control the video parameters and to acquire raw data from the internal sensors (only ZED Mini and ZED2). A synchronization mechanism is provided to get the correct sensor data associated to each video frame.
3+
The ZED Open Capture library allows the low level control of ZED, ZED Mini and ZED 2 camera. The library provides methods to access raw video frames, to control the video parameters and to acquire raw data from the internal sensors (only ZED Mini, ZED2, and ZED2i). A synchronization mechanism is provided to get the correct sensor data associated to each video frame.
44

55
**Note:** The provided data are not calibrated, images are not rectified in a stereoscopic way, IMU data may drift or be misaligned.
66
Calibration data can be accessed using the [ZED SDK](https://www.stereolabs.com/developers/release/).
@@ -114,5 +114,5 @@ Documentation can be locally generated in HTML format using Doxygen:
114114
$ cd doc
115115
$ ./generate_doc.sh
116116

117-
The documentation will be available opening the file `doc/html/index.html` with a standard web browser.
117+
The local documentation will be available opening the file `doc/html/index.html` with a standard web browser.
118118

0 commit comments

Comments
 (0)