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/examples.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
3
3
A set of examples is provided to exploit all the features of the ZED Open Capture library:
4
4
5
-
-[Video Capture and Control](zed_oc_video_example_8cpp-example.html): demonstrates how to acquire video stream, convert it to RGB and control the video settings using the keyboard (Requires OpenCV)
5
+
-[Video Capture](zed_oc_video_example_8cpp-example.html): demonstrates how to acquire video stream, convert it to RGB and display it on screen (Requires OpenCV)
6
+
-[Video Capture and Control](zed_oc_control_example_8cpp-example.html): demonstrates how to acquire video stream, convert it to RGB and control the video settings using the keyboard (Requires OpenCV)
6
7
-[Sensor Capture](zed_oc_sensors_example_8cpp-example.html): demonstrates how to acquire all the sensors data at the maximum frequency available
7
-
-[Video/Sensors synchronization](zed_oc_sync_example_8cpp-example.html): demonstrates how to synchronize video and sensors data using the timestamps
8
-
-[Video Rectification](zed_oc_rectify_example_8cpp-example.html): demonstrates how to rectify the video frames getting the calibration parameters from the Stereolabs servers
8
+
-[Video/Sensors synchronization](zed_oc_sync_example_8cpp-example.html): demonstrates how to synchronize video and sensors data using the timestamps (Requires OpenCV)
9
+
-[Video Rectification](zed_oc_rectify_example_8cpp-example.html): demonstrates how to rectify the video frames getting the calibration parameters from the Stereolabs servers (Requires OpenCV)
0 commit comments